Html Css Color HEX #C066CD Medium Orchid

📋 copy color: '#C066CD'

red 192 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #C066CD

Tints of Medium Orchid #C066CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 38.48%
G = 20.44%
B = 41.08%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C066CD (or 0xC066CD) is known color: Medium Orchid. HEX triplet: C0, 66 and CD. RGB value is (192,102,205). Sum of RGB (Red+Green+Blue) = 192+102+205=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C066CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066CD is #3F9932. Grayscale: #8C8C8C. Windows color (decimal): -4167987 or 13461184. OLE color: 13461184.

HSL color Cylindrical-coordinate representation of color #C066CD: hue angle of 292.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C066CD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 102 205 -
CMYK 0.06 0.50 0 0.20
HSL 292.43º 0.51% 0.6% -
HSV(B) 292.43º 0.5% 0.8% -
XYZ 37.51 25.12 60.63 -
YUV 140.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 192 102 205 0.06 0.50 0 0.20 292.43 0.51 0.6
Hex C0 66 CD 6 32 0 14 124 33 3C
Octal 300 146 315 6 62 0 24 444 63 74
Binary 11000000 1100110 11001101 110 110010 0 10100 100100100 110011 111100

Color Harmonies of #C066CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066CD

Black with #C066CD

Text Example


Text Example

White with #C066CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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