Html Css Color HEX #C964E4 Medium Orchid

📋 copy color: '#C964E4'

red 201 ◦ green 100 ◦ blue 228

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

Shades of Medium Orchid #C964E4

Tints of Medium Orchid #C964E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.1%

R = 38%
G = 18.9%
B = 43.1%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C964E4 (or 0xC964E4) is known color: Medium Orchid. HEX triplet: C9, 64 and E4. RGB value is (201,100,228). Sum of RGB (Red+Green+Blue) = 201+100+228=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #C964E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964E4 is #369B1B. Grayscale: #909090. Windows color (decimal): -3578652 or 14968009. OLE color: 14968009.

HSL color Cylindrical-coordinate representation of color #C964E4: hue angle of 287.34º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C964E4 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 100 228 -
CMYK 0.12 0.56 0 0.11
HSL 287.34º 0.7% 0.64% -
HSV(B) 287.34º 0.56% 0.89% -
XYZ 42.65 27.13 76.39 -
YUV 144.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 201 100 228 0.12 0.56 0 0.11 287.34 0.7 0.64
Hex C9 64 E4 C 38 0 B 11F 46 40
Octal 311 144 344 14 70 0 13 437 106 100
Binary 11001001 1100100 11100100 1100 111000 0 1011 100011111 1000110 1000000

Color Harmonies of #C964E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964E4

Black with #C964E4

Text Example


Text Example

White with #C964E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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