Html Css Color HEX #C961E4 Medium Orchid

📋 copy color: '#C961E4'

red 201 ◦ green 97 ◦ blue 228

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

Shades of Medium Orchid #C961E4

Tints of Medium Orchid #C961E4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.44%

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

R = 38.21%
G = 18.44%
B = 43.35%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C961E4 (or 0xC961E4) is known color: Medium Orchid. HEX triplet: C9, 61 and E4. RGB value is (201,97,228). Sum of RGB (Red+Green+Blue) = 201+97+228=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #C961E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961E4 is #369E1B. Grayscale: #8E8E8E. Windows color (decimal): -3579420 or 14967241. OLE color: 14967241.

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

Color convert

RGB 201 97 228 -
CMYK 0.12 0.57 0 0.11
HSL 287.63º 0.71% 0.64% -
HSV(B) 287.63º 0.57% 0.89% -
XYZ 42.37 26.57 76.29 -
YUV 143.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 201 97 228 0.12 0.57 0 0.11 287.63 0.71 0.64
Hex C9 61 E4 C 39 0 B 120 47 40
Octal 311 141 344 14 71 0 13 440 107 100
Binary 11001001 1100001 11100100 1100 111001 0 1011 100100000 1000111 1000000

Color Harmonies of #C961E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961E4

Black with #C961E4

Text Example


Text Example

White with #C961E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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