Html Css Color HEX #C064DF Medium Orchid

📋 copy color: '#C064DF'

red 192 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #C064DF

Tints of Medium Orchid #C064DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 37.28%
G = 19.42%
B = 43.3%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C064DF (or 0xC064DF) is known color: Medium Orchid. HEX triplet: C0, 64 and DF. RGB value is (192,100,223). Sum of RGB (Red+Green+Blue) = 192+100+223=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #C064DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064DF is #3F9B20. Grayscale: #8D8D8D. Windows color (decimal): -4168481 or 14640320. OLE color: 14640320.

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

Color convert

RGB 192 100 223 -
CMYK 0.14 0.55 0 0.13
HSL 284.88º 0.66% 0.63% -
HSV(B) 284.88º 0.55% 0.87% -
XYZ 39.61 25.65 72.67 -
YUV 141.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 192 100 223 0.14 0.55 0 0.13 284.88 0.66 0.63
Hex C0 64 DF E 37 0 D 11D 42 3F
Octal 300 144 337 16 67 0 15 435 102 77
Binary 11000000 1100100 11011111 1110 110111 0 1101 100011101 1000010 111111

Color Harmonies of #C064DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064DF

Black with #C064DF

Text Example


Text Example

White with #C064DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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