Html Css Color HEX #C961EB Medium Orchid

📋 copy color: '#C961EB'

red 201 ◦ green 97 ◦ blue 235

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

Shades of Medium Orchid #C961EB

Tints of Medium Orchid #C961EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 37.71%
G = 18.2%
B = 44.09%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C961EB (or 0xC961EB) is known color: Medium Orchid. HEX triplet: C9, 61 and EB. RGB value is (201,97,235). Sum of RGB (Red+Green+Blue) = 201+97+235=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #C961EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961EB is #369E14. Grayscale: #8F8F8F. Windows color (decimal): -3579413 or 15425993. OLE color: 15425993.

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

Color convert

RGB 201 97 235 -
CMYK 0.14 0.59 0 0.08
HSL 285.22º 0.78% 0.65% -
HSV(B) 285.22º 0.59% 0.92% -
XYZ 43.36 26.97 81.52 -
YUV 143.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 201 97 235 0.14 0.59 0 0.08 285.22 0.78 0.65
Hex C9 61 EB E 3B 0 8 11D 4E 41
Octal 311 141 353 16 73 0 10 435 116 101
Binary 11001001 1100001 11101011 1110 111011 0 1000 100011101 1001110 1000001

Color Harmonies of #C961EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961EB

Black with #C961EB

Text Example


Text Example

White with #C961EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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