Html Css Color HEX #C066D4 Medium Orchid

📋 copy color: '#C066D4'

red 192 ◦ green 102 ◦ blue 212

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

Shades of Medium Orchid #C066D4

Tints of Medium Orchid #C066D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 37.94%
G = 20.16%
B = 41.9%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C066D4 (or 0xC066D4) is known color: Medium Orchid. HEX triplet: C0, 66 and D4. RGB value is (192,102,212). Sum of RGB (Red+Green+Blue) = 192+102+212=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #C066D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066D4 is #3F992B. Grayscale: #8D8D8D. Windows color (decimal): -4167980 or 13919936. OLE color: 13919936.

HSL color Cylindrical-coordinate representation of color #C066D4: hue angle of 289.09º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C066D4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 102 212 -
CMYK 0.09 0.52 0 0.17
HSL 289.09º 0.56% 0.62% -
HSV(B) 289.09º 0.52% 0.83% -
XYZ 38.37 25.46 65.18 -
YUV 141.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 192 102 212 0.09 0.52 0 0.17 289.09 0.56 0.62
Hex C0 66 D4 9 34 0 11 121 38 3E
Octal 300 146 324 11 64 0 21 441 70 76
Binary 11000000 1100110 11010100 1001 110100 0 10001 100100001 111000 111110

Color Harmonies of #C066D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066D4

Black with #C066D4

Text Example


Text Example

White with #C066D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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