Html Css Color HEX #C06CDA Medium Orchid

📋 copy color: '#C06CDA'

red 192 ◦ green 108 ◦ blue 218

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

Shades of Medium Orchid #C06CDA

Tints of Medium Orchid #C06CDA

RGB

 RED value IS 192 (75.39% from 255) = 37.07%

 GREEN value IS 108 (42.58% from 255) = 20.85%

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

R = 37.07%
G = 20.85%
B = 42.08%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C06CDA (or 0xC06CDA) is known color: Medium Orchid. HEX triplet: C0, 6C and DA. RGB value is (192,108,218). Sum of RGB (Red+Green+Blue) = 192+108+218=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #C06CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CDA is #3F9325. Grayscale: #919191. Windows color (decimal): -4166438 or 14314688. OLE color: 14314688.

HSL color Cylindrical-coordinate representation of color #C06CDA: hue angle of 285.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06CDA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 108 218 -
CMYK 0.12 0.50 0 0.15
HSL 285.82º 0.6% 0.64% -
HSV(B) 285.82º 0.5% 0.85% -
XYZ 39.76 26.99 69.44 -
YUV 145.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 192 108 218 0.12 0.50 0 0.15 285.82 0.6 0.64
Hex C0 6C DA C 32 0 F 11E 3C 40
Octal 300 154 332 14 62 0 17 436 74 100
Binary 11000000 1101100 11011010 1100 110010 0 1111 100011110 111100 1000000

Color Harmonies of #C06CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CDA

Black with #C06CDA

Text Example


Text Example

White with #C06CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CDA; }

 p { color: rgb(192,108,218); }

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

background-color css

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

 a { background-color: rgb(192,108,218); }

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

border-color css

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

 span { border-color: rgb(192,108,218); }

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