Html Css Color HEX #C264EF Medium Orchid

📋 copy color: '#C264EF'

red 194 ◦ green 100 ◦ blue 239

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

Shades of Medium Orchid #C264EF

Tints of Medium Orchid #C264EF

RGB

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

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

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

R = 36.4%
G = 18.76%
B = 44.84%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C264EF (or 0xC264EF) is known color: Medium Orchid. HEX triplet: C2, 64 and EF. RGB value is (194,100,239). Sum of RGB (Red+Green+Blue) = 194+100+239=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #C264EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264EF is #3D9B10. Grayscale: #8F8F8F. Windows color (decimal): -4037393 or 15688898. OLE color: 15688898.

HSL color Cylindrical-coordinate representation of color #C264EF: hue angle of 280.58º 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 #C264EF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 100 239 -
CMYK 0.19 0.58 0 0.06
HSL 280.58º 0.81% 0.66% -
HSV(B) 280.58º 0.58% 0.94% -
XYZ 42.39 26.82 84.6 -
YUV 143.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 194 100 239 0.19 0.58 0 0.06 280.58 0.81 0.66
Hex C2 64 EF 13 3A 0 6 119 51 42
Octal 302 144 357 23 72 0 6 431 121 102
Binary 11000010 1100100 11101111 10011 111010 0 110 100011001 1010001 1000010

Color Harmonies of #C264EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264EF

Black with #C264EF

Text Example


Text Example

White with #C264EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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