Html Css Color HEX #C064EF Medium Orchid

📋 copy color: '#C064EF'

red 192 ◦ green 100 ◦ blue 239

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

Shades of Medium Orchid #C064EF

Tints of Medium Orchid #C064EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 36.16%
G = 18.83%
B = 45.01%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C064EF (or 0xC064EF) is known color: Medium Orchid. HEX triplet: C0, 64 and EF. RGB value is (192,100,239). Sum of RGB (Red+Green+Blue) = 192+100+239=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C064EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064EF is #3F9B10. Grayscale: #8E8E8E. Windows color (decimal): -4168465 or 15688896. OLE color: 15688896.

HSL color Cylindrical-coordinate representation of color #C064EF: hue angle of 279.71º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C064EF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 100 239 -
CMYK 0.20 0.58 0 0.06
HSL 279.71º 0.81% 0.66% -
HSV(B) 279.71º 0.58% 0.94% -
XYZ 41.88 26.55 84.58 -
YUV 143.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 192 100 239 0.20 0.58 0 0.06 279.71 0.81 0.66
Hex C0 64 EF 14 3A 0 6 118 51 42
Octal 300 144 357 24 72 0 6 430 121 102
Binary 11000000 1100100 11101111 10100 111010 0 110 100011000 1010001 1000010

Color Harmonies of #C064EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064EF

Black with #C064EF

Text Example


Text Example

White with #C064EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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