Html Css Color HEX #C964EA Medium Orchid

📋 copy color: '#C964EA'

red 201 ◦ green 100 ◦ blue 234

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

Shades of Medium Orchid #C964EA

Tints of Medium Orchid #C964EA

RGB

 RED value IS 201 (78.91% from 255) = 37.57%

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

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 37.57%
G = 18.69%
B = 43.74%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C964EA (or 0xC964EA) is known color: Medium Orchid. HEX triplet: C9, 64 and EA. RGB value is (201,100,234). Sum of RGB (Red+Green+Blue) = 201+100+234=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C964EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964EA is #369B15. Grayscale: #919191. Windows color (decimal): -3578646 or 15361225. OLE color: 15361225.

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

Color convert

RGB 201 100 234 -
CMYK 0.14 0.57 0 0.08
HSL 285.22º 0.76% 0.65% -
HSV(B) 285.22º 0.57% 0.92% -
XYZ 43.5 27.47 80.85 -
YUV 145.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 201 100 234 0.14 0.57 0 0.08 285.22 0.76 0.65
Hex C9 64 EA E 39 0 8 11D 4C 41
Octal 311 144 352 16 71 0 10 435 114 101
Binary 11001001 1100100 11101010 1110 111001 0 1000 100011101 1001100 1000001

Color Harmonies of #C964EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964EA

Black with #C964EA

Text Example


Text Example

White with #C964EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964EA; }

 p { color: rgb(201,100,234); }

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

background-color css

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

 a { background-color: rgb(201,100,234); }

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

border-color css

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

 span { border-color: rgb(201,100,234); }

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