Html Css Color HEX #C960DE Medium Orchid

📋 copy color: '#C960DE'

red 201 ◦ green 96 ◦ blue 222

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

Shades of Medium Orchid #C960DE

Tints of Medium Orchid #C960DE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.5%

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 38.73%
G = 18.5%
B = 42.77%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C960DE (or 0xC960DE) is known color: Medium Orchid. HEX triplet: C9, 60 and DE. RGB value is (201,96,222). Sum of RGB (Red+Green+Blue) = 201+96+222=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #C960DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960DE is #369F21. Grayscale: #8D8D8D. Windows color (decimal): -3579682 or 14573769. OLE color: 14573769.

HSL color Cylindrical-coordinate representation of color #C960DE: hue angle of 290º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C960DE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 96 222 -
CMYK 0.09 0.57 0 0.13
HSL 290º 0.66% 0.62% -
HSV(B) 290º 0.57% 0.87% -
XYZ 41.46 26.06 71.95 -
YUV 141.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 201 96 222 0.09 0.57 0 0.13 290 0.66 0.62
Hex C9 60 DE 9 39 0 D 122 42 3E
Octal 311 140 336 11 71 0 15 442 102 76
Binary 11001001 1100000 11011110 1001 111001 0 1101 100100010 1000010 111110

Color Harmonies of #C960DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960DE

Black with #C960DE

Text Example


Text Example

White with #C960DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960DE; }

 p { color: rgb(201,96,222); }

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

background-color css

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

 a { background-color: rgb(201,96,222); }

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

border-color css

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

 span { border-color: rgb(201,96,222); }

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