Html Css Color HEX #C264EC Medium Orchid

📋 copy color: '#C264EC'

red 194 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #C264EC

Tints of Medium Orchid #C264EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 36.6%
G = 18.87%
B = 44.53%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C264EC (or 0xC264EC) is known color: Medium Orchid. HEX triplet: C2, 64 and EC. RGB value is (194,100,236). Sum of RGB (Red+Green+Blue) = 194+100+236=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #C264EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264EC is #3D9B13. Grayscale: #8F8F8F. Windows color (decimal): -4037396 or 15492290. OLE color: 15492290.

HSL color Cylindrical-coordinate representation of color #C264EC: hue angle of 281.47º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C264EC is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 100 236 -
CMYK 0.18 0.58 0 0.07
HSL 281.47º 0.78% 0.66% -
HSV(B) 281.47º 0.58% 0.93% -
XYZ 41.95 26.64 82.29 -
YUV 143.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 194 100 236 0.18 0.58 0 0.07 281.47 0.78 0.66
Hex C2 64 EC 12 3A 0 7 119 4E 42
Octal 302 144 354 22 72 0 7 431 116 102
Binary 11000010 1100100 11101100 10010 111010 0 111 100011001 1001110 1000010

Color Harmonies of #C264EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264EC

Black with #C264EC

Text Example


Text Example

White with #C264EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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