Html Css Color HEX #C066DE Medium Orchid

📋 copy color: '#C066DE'

red 192 ◦ green 102 ◦ blue 222

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

Shades of Medium Orchid #C066DE

Tints of Medium Orchid #C066DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.77%

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 37.21%
G = 19.77%
B = 43.02%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C066DE (or 0xC066DE) is known color: Medium Orchid. HEX triplet: C0, 66 and DE. RGB value is (192,102,222). Sum of RGB (Red+Green+Blue) = 192+102+222=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #C066DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066DE is #3F9921. Grayscale: #8E8E8E. Windows color (decimal): -4167970 or 14575296. OLE color: 14575296.

HSL color Cylindrical-coordinate representation of color #C066DE: hue angle of 285º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C066DE is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 102 222 -
CMYK 0.14 0.54 0 0.13
HSL 285º 0.65% 0.64% -
HSV(B) 285º 0.54% 0.87% -
XYZ 39.67 25.98 72.03 -
YUV 142.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 192 102 222 0.14 0.54 0 0.13 285 0.65 0.64
Hex C0 66 DE E 36 0 D 11D 41 40
Octal 300 146 336 16 66 0 15 435 101 100
Binary 11000000 1100110 11011110 1110 110110 0 1101 100011101 1000001 1000000

Color Harmonies of #C066DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066DE

Black with #C066DE

Text Example


Text Example

White with #C066DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066DE; }

 p { color: rgb(192,102,222); }

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

background-color css

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

 a { background-color: rgb(192,102,222); }

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

border-color css

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

 span { border-color: rgb(192,102,222); }

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