Html Css Color HEX #C962E5 Medium Orchid

📋 copy color: '#C962E5'

red 201 ◦ green 98 ◦ blue 229

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

Shades of Medium Orchid #C962E5

Tints of Medium Orchid #C962E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 38.07%
G = 18.56%
B = 43.37%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C962E5 (or 0xC962E5) is known color: Medium Orchid. HEX triplet: C9, 62 and E5. RGB value is (201,98,229). Sum of RGB (Red+Green+Blue) = 201+98+229=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #C962E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962E5 is #369D1A. Grayscale: #8F8F8F. Windows color (decimal): -3579163 or 15033033. OLE color: 15033033.

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

Color convert

RGB 201 98 229 -
CMYK 0.12 0.57 0 0.10
HSL 287.18º 0.72% 0.64% -
HSV(B) 287.18º 0.57% 0.9% -
XYZ 42.6 26.81 77.06 -
YUV 143.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 201 98 229 0.12 0.57 0 0.10 287.18 0.72 0.64
Hex C9 62 E5 C 39 0 A 11F 48 40
Octal 311 142 345 14 71 0 12 437 110 100
Binary 11001001 1100010 11100101 1100 111001 0 1010 100011111 1001000 1000000

Color Harmonies of #C962E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962E5

Black with #C962E5

Text Example


Text Example

White with #C962E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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