Html Css Color HEX #C96FDE Orchid

📋 copy color: '#C96FDE'

red 201 ◦ green 111 ◦ blue 222

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

Shades of Orchid #C96FDE

Tints of Orchid #C96FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.79%

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

R = 37.64%
G = 20.79%
B = 41.57%

CMYK

 C value IS 0.09

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C96FDE (or 0xC96FDE) is known color: Orchid. HEX triplet: C9, 6F and DE. RGB value is (201,111,222). Sum of RGB (Red+Green+Blue) = 201+111+222=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C96FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FDE is #369021. Grayscale: #969696. Windows color (decimal): -3575842 or 14577609. OLE color: 14577609.

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

Color convert

RGB 201 111 222 -
CMYK 0.09 0.5 0 0.13
HSL 288.65º 0.63% 0.65% -
HSV(B) 288.65º 0.5% 0.87% -
XYZ 42.96 29.06 72.45 -
YUV 150.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 201 111 222 0.09 0.5 0 0.13 288.65 0.63 0.65
Hex C9 6F DE 9 32 0 D 121 3F 41
Octal 311 157 336 11 62 0 15 441 77 101
Binary 11001001 1101111 11011110 1001 110010 0 1101 100100001 111111 1000001

Color Harmonies of #C96FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FDE

Black with #C96FDE

Text Example


Text Example

White with #C96FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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