Html Css Color HEX #C066E4 Medium Orchid

📋 copy color: '#C066E4'

red 192 ◦ green 102 ◦ blue 228

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

Shades of Medium Orchid #C066E4

Tints of Medium Orchid #C066E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.68%

R = 36.78%
G = 19.54%
B = 43.68%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C066E4 (or 0xC066E4) is known color: Medium Orchid. HEX triplet: C0, 66 and E4. RGB value is (192,102,228). Sum of RGB (Red+Green+Blue) = 192+102+228=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #C066E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066E4 is #3F991B. Grayscale: #8E8E8E. Windows color (decimal): -4167964 or 14968512. OLE color: 14968512.

HSL color Cylindrical-coordinate representation of color #C066E4: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C066E4 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 102 228 -
CMYK 0.16 0.55 0 0.11
HSL 282.86º 0.7% 0.65% -
HSV(B) 282.86º 0.55% 0.89% -
XYZ 40.49 26.31 76.34 -
YUV 143.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 192 102 228 0.16 0.55 0 0.11 282.86 0.7 0.65
Hex C0 66 E4 10 37 0 B 11B 46 41
Octal 300 146 344 20 67 0 13 433 106 101
Binary 11000000 1100110 11100100 10000 110111 0 1011 100011011 1000110 1000001

Color Harmonies of #C066E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066E4

Black with #C066E4

Text Example


Text Example

White with #C066E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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