Html Css Color HEX #C066DA Medium Orchid

📋 copy color: '#C066DA'

red 192 ◦ green 102 ◦ blue 218

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

Shades of Medium Orchid #C066DA

Tints of Medium Orchid #C066DA

RGB

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

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

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

R = 37.5%
G = 19.92%
B = 42.58%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C066DA (or 0xC066DA) is known color: Medium Orchid. HEX triplet: C0, 66 and DA. RGB value is (192,102,218). Sum of RGB (Red+Green+Blue) = 192+102+218=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C066DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066DA is #3F9925. Grayscale: #8D8D8D. Windows color (decimal): -4167974 or 14313152. OLE color: 14313152.

HSL color Cylindrical-coordinate representation of color #C066DA: hue angle of 286.55º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C066DA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 102 218 -
CMYK 0.12 0.53 0 0.15
HSL 286.55º 0.61% 0.63% -
HSV(B) 286.55º 0.53% 0.85% -
XYZ 39.14 25.77 69.24 -
YUV 142.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 192 102 218 0.12 0.53 0 0.15 286.55 0.61 0.63
Hex C0 66 DA C 35 0 F 11F 3D 3F
Octal 300 146 332 14 65 0 17 437 75 77
Binary 11000000 1100110 11011010 1100 110101 0 1111 100011111 111101 111111

Color Harmonies of #C066DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066DA

Black with #C066DA

Text Example


Text Example

White with #C066DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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