Html Css Color HEX #C96CC8 Orchid

📋 copy color: '#C96CC8'

red 201 ◦ green 108 ◦ blue 200

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

Shades of Orchid #C96CC8

Tints of Orchid #C96CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 39.49%
G = 21.22%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C96CC8 (or 0xC96CC8) is known color: Orchid. HEX triplet: C9, 6C and C8. RGB value is (201,108,200). Sum of RGB (Red+Green+Blue) = 201+108+200=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CC8 is #369337. Grayscale: #929292. Windows color (decimal): -3576632 or 13135049. OLE color: 13135049.

HSL color Cylindrical-coordinate representation of color #C96CC8: hue angle of 300.65º 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 #C96CC8 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 200 -
CMYK 0 0.46 0.00 0.21
HSL 300.65º 0.46% 0.61% -
HSV(B) 300.65º 0.46% 0.79% -
XYZ 39.88 27.31 57.81 -
YUV 146.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 201 108 200 0 0.46 0.00 0.21 300.65 0.46 0.61
Hex C9 6C C8 0 2E 0 15 12D 2E 3D
Octal 311 154 310 0 56 0 25 455 56 75
Binary 11001001 1101100 11001000 0 101110 0 10101 100101101 101110 111101

Color Harmonies of #C96CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CC8

Black with #C96CC8

Text Example


Text Example

White with #C96CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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