Html Css Color HEX #C96FDF Orchid

📋 copy color: '#C96FDF'

red 201 ◦ green 111 ◦ blue 223

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

Shades of Orchid #C96FDF

Tints of Orchid #C96FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 37.57%
G = 20.75%
B = 41.68%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C96FDF (or 0xC96FDF) is known color: Orchid. HEX triplet: C9, 6F and DF. RGB value is (201,111,223). Sum of RGB (Red+Green+Blue) = 201+111+223=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #C96FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FDF is #369020. Grayscale: #969696. Windows color (decimal): -3575841 or 14643145. OLE color: 14643145.

HSL color Cylindrical-coordinate representation of color #C96FDF: hue angle of 288.21º degrees, saturation: 0.64, 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 #C96FDF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 111 223 -
CMYK 0.10 0.50 0 0.13
HSL 288.21º 0.64% 0.65% -
HSV(B) 288.21º 0.5% 0.87% -
XYZ 43.09 29.11 73.16 -
YUV 150.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 201 111 223 0.10 0.50 0 0.13 288.21 0.64 0.65
Hex C9 6F DF A 32 0 D 120 40 41
Octal 311 157 337 12 62 0 15 440 100 101
Binary 11001001 1101111 11011111 1010 110010 0 1101 100100000 1000000 1000001

Color Harmonies of #C96FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FDF

Black with #C96FDF

Text Example


Text Example

White with #C96FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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