Html Css Color HEX #C75BDA Medium Orchid

📋 copy color: '#C75BDA'

red 199 ◦ green 91 ◦ blue 218

#C75BDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C75BDA

Tints of Medium Orchid #C75BDA

RGB

 RED value IS 199 (78.13% from 255) = 39.17%

 GREEN value IS 91 (35.94% from 255) = 17.91%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 39.17%
G = 17.91%
B = 42.91%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C75BDA (or 0xC75BDA) is known color: Medium Orchid. HEX triplet: C7, 5B and DA. RGB value is (199,91,218). Sum of RGB (Red+Green+Blue) = 199+91+218=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C75BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BDA is #38A425. Grayscale: #898989. Windows color (decimal): -3712038 or 14310343. OLE color: 14310343.

HSL color Cylindrical-coordinate representation of color #C75BDA: hue angle of 291.02º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75BDA is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 91 218 -
CMYK 0.09 0.58 0 0.15
HSL 291.02º 0.63% 0.61% -
HSV(B) 291.02º 0.58% 0.85% -
XYZ 39.95 24.69 68.99 -
YUV 137.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 199 91 218 0.09 0.58 0 0.15 291.02 0.63 0.61
Hex C7 5B DA 9 3A 0 F 123 3F 3D
Octal 307 133 332 11 72 0 17 443 77 75
Binary 11000111 1011011 11011010 1001 111010 0 1111 100100011 111111 111101

Color Harmonies of #C75BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BDA

Black with #C75BDA

Text Example


Text Example

White with #C75BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BDA; }

 p { color: rgb(199,91,218); }

 H1.HeaderClassName
 {
   color: #C75BDA;
 }
 .AnyTagClassName
 {
   color: #C75BDA;
 }
</style>

background-color css

<style>
 a { background-color: #C75BDA; }

 a { background-color: rgb(199,91,218); }

 div.DivClassName
 {
   background-color: #C75BDA;
 }
 .BgClassName
 {
   background-color: #C75BDA;
 }
</style>

border-color css

<style>
 span { border-color: #C75BDA; }

 span { border-color: rgb(199,91,218); }

 td.TdClassName
 {
   border-color: #C75BDA;
 }
 .TagClassName
 {
   border-color: #C75BDA;
 }
</style>