Html Css Color HEX #C064EB Medium Orchid

📋 copy color: '#C064EB'

red 192 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #C064EB

Tints of Medium Orchid #C064EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 36.43%
G = 18.98%
B = 44.59%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C064EB (or 0xC064EB) is known color: Medium Orchid. HEX triplet: C0, 64 and EB. RGB value is (192,100,235). Sum of RGB (Red+Green+Blue) = 192+100+235=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #C064EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064EB is #3F9B14. Grayscale: #8E8E8E. Windows color (decimal): -4168469 or 15426752. OLE color: 15426752.

HSL color Cylindrical-coordinate representation of color #C064EB: hue angle of 280.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C064EB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 100 235 -
CMYK 0.18 0.57 0 0.08
HSL 280.89º 0.77% 0.66% -
HSV(B) 280.89º 0.57% 0.92% -
XYZ 41.29 26.32 81.5 -
YUV 142.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 192 100 235 0.18 0.57 0 0.08 280.89 0.77 0.66
Hex C0 64 EB 12 39 0 8 119 4D 42
Octal 300 144 353 22 71 0 10 431 115 102
Binary 11000000 1100100 11101011 10010 111001 0 1000 100011001 1001101 1000010

Color Harmonies of #C064EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064EB

Black with #C064EB

Text Example


Text Example

White with #C064EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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