Html Css Color HEX #C96CC7 Orchid

📋 copy color: '#C96CC7'

red 201 ◦ green 108 ◦ blue 199

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

Shades of Orchid #C96CC7

Tints of Orchid #C96CC7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.26%

 BLUE value IS 199 (78.13% from 255) = 39.17%

R = 39.57%
G = 21.26%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C96CC7 (or 0xC96CC7) is known color: Orchid. HEX triplet: C9, 6C and C7. RGB value is (201,108,199). Sum of RGB (Red+Green+Blue) = 201+108+199=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CC7 is #369338. Grayscale: #919191. Windows color (decimal): -3576633 or 13069513. OLE color: 13069513.

HSL color Cylindrical-coordinate representation of color #C96CC7: hue angle of 301.29º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96CC7 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 199 -
CMYK 0 0.46 0.01 0.21
HSL 301.29º 0.46% 0.61% -
HSV(B) 301.29º 0.46% 0.79% -
XYZ 39.76 27.27 57.2 -
YUV 146.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 201 108 199 0 0.46 0.01 0.21 301.29 0.46 0.61
Hex C9 6C C7 0 2E 1 15 12D 2E 3D
Octal 311 154 307 0 56 1 25 455 56 75
Binary 11001001 1101100 11000111 0 101110 1 10101 100101101 101110 111101

Color Harmonies of #C96CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CC7

Black with #C96CC7

Text Example


Text Example

White with #C96CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CC7; }

 p { color: rgb(201,108,199); }

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

background-color css

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

 a { background-color: rgb(201,108,199); }

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

border-color css

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

 span { border-color: rgb(201,108,199); }

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