Html Css Color HEX #C066CA Medium Orchid

📋 copy color: '#C066CA'

red 192 ◦ green 102 ◦ blue 202

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

Shades of Medium Orchid #C066CA

Tints of Medium Orchid #C066CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 38.71%
G = 20.56%
B = 40.73%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C066CA (or 0xC066CA) is known color: Medium Orchid. HEX triplet: C0, 66 and CA. RGB value is (192,102,202). Sum of RGB (Red+Green+Blue) = 192+102+202=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #C066CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066CA is #3F9935. Grayscale: #8C8C8C. Windows color (decimal): -4167990 or 13264576. OLE color: 13264576.

HSL color Cylindrical-coordinate representation of color #C066CA: hue angle of 294º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C066CA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 102 202 -
CMYK 0.05 0.50 0 0.21
HSL 294º 0.49% 0.6% -
HSV(B) 294º 0.5% 0.79% -
XYZ 37.15 24.97 58.74 -
YUV 140.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 192 102 202 0.05 0.50 0 0.21 294 0.49 0.6
Hex C0 66 CA 5 32 0 15 126 31 3C
Octal 300 146 312 5 62 0 25 446 61 74
Binary 11000000 1100110 11001010 101 110010 0 10101 100100110 110001 111100

Color Harmonies of #C066CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066CA

Black with #C066CA

Text Example


Text Example

White with #C066CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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