Html Css Color HEX #C96DC8 Orchid

📋 copy color: '#C96DC8'

red 201 ◦ green 109 ◦ blue 200

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

Shades of Orchid #C96DC8

Tints of Orchid #C96DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.37%

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

R = 39.41%
G = 21.37%
B = 39.22%

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

#C96DC8 (or 0xC96DC8) is known color: Orchid. HEX triplet: C9, 6D and C8. RGB value is (201,109,200). Sum of RGB (Red+Green+Blue) = 201+109+200=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DC8 is #369237. Grayscale: #929292. Windows color (decimal): -3576376 or 13135305. OLE color: 13135305.

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

Color convert

RGB 201 109 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.98 27.52 57.85 -
YUV 146.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 201 109 200 0 0.46 0.00 0.21 300.65 0.46 0.61
Hex C9 6D C8 0 2E 0 15 12D 2E 3D
Octal 311 155 310 0 56 0 25 455 56 75
Binary 11001001 1101101 11001000 0 101110 0 10101 100101101 101110 111101

Color Harmonies of #C96DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DC8

Black with #C96DC8

Text Example


Text Example

White with #C96DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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