Html Css Color HEX #C064DC Medium Orchid

📋 copy color: '#C064DC'

red 192 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #C064DC

Tints of Medium Orchid #C064DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.53%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 37.5%
G = 19.53%
B = 42.97%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C064DC (or 0xC064DC) is known color: Medium Orchid. HEX triplet: C0, 64 and DC. RGB value is (192,100,220). Sum of RGB (Red+Green+Blue) = 192+100+220=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #C064DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064DC is #3F9B23. Grayscale: #8C8C8C. Windows color (decimal): -4168484 or 14443712. OLE color: 14443712.

HSL color Cylindrical-coordinate representation of color #C064DC: hue angle of 286º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C064DC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 100 220 -
CMYK 0.13 0.55 0 0.14
HSL 286º 0.63% 0.63% -
HSV(B) 286º 0.55% 0.86% -
XYZ 39.21 25.49 70.56 -
YUV 141.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 192 100 220 0.13 0.55 0 0.14 286 0.63 0.63
Hex C0 64 DC D 37 0 E 11E 3F 3F
Octal 300 144 334 15 67 0 16 436 77 77
Binary 11000000 1100100 11011100 1101 110111 0 1110 100011110 111111 111111

Color Harmonies of #C064DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064DC

Black with #C064DC

Text Example


Text Example

White with #C064DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064DC; }

 p { color: rgb(192,100,220); }

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

background-color css

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

 a { background-color: rgb(192,100,220); }

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

border-color css

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

 span { border-color: rgb(192,100,220); }

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