Html Css Color HEX #C962EB Medium Orchid

📋 copy color: '#C962EB'

red 201 ◦ green 98 ◦ blue 235

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

Shades of Medium Orchid #C962EB

Tints of Medium Orchid #C962EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.35%

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

R = 37.64%
G = 18.35%
B = 44.01%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C962EB (or 0xC962EB) is known color: Medium Orchid. HEX triplet: C9, 62 and EB. RGB value is (201,98,235). Sum of RGB (Red+Green+Blue) = 201+98+235=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C962EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962EB is #369D14. Grayscale: #8F8F8F. Windows color (decimal): -3579157 or 15426249. OLE color: 15426249.

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

Color convert

RGB 201 98 235 -
CMYK 0.14 0.58 0 0.08
HSL 285.11º 0.77% 0.65% -
HSV(B) 285.11º 0.58% 0.92% -
XYZ 43.45 27.15 81.55 -
YUV 144.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 201 98 235 0.14 0.58 0 0.08 285.11 0.77 0.65
Hex C9 62 EB E 3A 0 8 11D 4D 41
Octal 311 142 353 16 72 0 10 435 115 101
Binary 11001001 1100010 11101011 1110 111010 0 1000 100011101 1001101 1000001

Color Harmonies of #C962EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962EB

Black with #C962EB

Text Example


Text Example

White with #C962EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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