Html Css Color HEX #C264EB Medium Orchid

📋 copy color: '#C264EB'

red 194 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #C264EB

Tints of Medium Orchid #C264EB

RGB

 RED value IS 194 (76.17% from 255) = 36.67%

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

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

R = 36.67%
G = 18.9%
B = 44.42%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C264EB (or 0xC264EB) is known color: Medium Orchid. HEX triplet: C2, 64 and EB. RGB value is (194,100,235). Sum of RGB (Red+Green+Blue) = 194+100+235=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #C264EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264EB is #3D9B14. Grayscale: #8F8F8F. Windows color (decimal): -4037397 or 15426754. OLE color: 15426754.

HSL color Cylindrical-coordinate representation of color #C264EB: hue angle of 281.78º 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 #C264EB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 100 235 -
CMYK 0.17 0.57 0 0.08
HSL 281.78º 0.77% 0.66% -
HSV(B) 281.78º 0.57% 0.92% -
XYZ 41.8 26.58 81.52 -
YUV 143.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 194 100 235 0.17 0.57 0 0.08 281.78 0.77 0.66
Hex C2 64 EB 11 39 0 8 11A 4D 42
Octal 302 144 353 21 71 0 10 432 115 102
Binary 11000010 1100100 11101011 10001 111001 0 1000 100011010 1001101 1000010

Color Harmonies of #C264EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264EB

Black with #C264EB

Text Example


Text Example

White with #C264EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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