Html Css Color HEX #C96BD5 Orchid

📋 copy color: '#C96BD5'

red 201 ◦ green 107 ◦ blue 213

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

Shades of Orchid #C96BD5

Tints of Orchid #C96BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 38.58%
G = 20.54%
B = 40.88%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C96BD5 (or 0xC96BD5) is known color: Orchid. HEX triplet: C9, 6B and D5. RGB value is (201,107,213). Sum of RGB (Red+Green+Blue) = 201+107+213=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #C96BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BD5 is #36942A. Grayscale: #929292. Windows color (decimal): -3576875 or 13986761. OLE color: 13986761.

HSL color Cylindrical-coordinate representation of color #C96BD5: hue angle of 293.21º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96BD5 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 107 213 -
CMYK 0.06 0.50 0 0.16
HSL 293.21º 0.56% 0.63% -
HSV(B) 293.21º 0.5% 0.84% -
XYZ 41.36 27.74 66.12 -
YUV 147.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 201 107 213 0.06 0.50 0 0.16 293.21 0.56 0.63
Hex C9 6B D5 6 32 0 10 125 38 3F
Octal 311 153 325 6 62 0 20 445 70 77
Binary 11001001 1101011 11010101 110 110010 0 10000 100100101 111000 111111

Color Harmonies of #C96BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BD5

Black with #C96BD5

Text Example


Text Example

White with #C96BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BD5; }

 p { color: rgb(201,107,213); }

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

background-color css

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

 a { background-color: rgb(201,107,213); }

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

border-color css

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

 span { border-color: rgb(201,107,213); }

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