Html Css Color HEX #C96CCD Orchid

📋 copy color: '#C96CCD'

red 201 ◦ green 108 ◦ blue 205

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

Shades of Orchid #C96CCD

Tints of Orchid #C96CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 39.11%
G = 21.01%
B = 39.88%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C96CCD (or 0xC96CCD) is known color: Orchid. HEX triplet: C9, 6C and CD. RGB value is (201,108,205). Sum of RGB (Red+Green+Blue) = 201+108+205=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C96CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CCD is #369332. Grayscale: #929292. Windows color (decimal): -3576627 or 13462729. OLE color: 13462729.

HSL color Cylindrical-coordinate representation of color #C96CCD: hue angle of 297.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96CCD is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 108 205 -
CMYK 0.02 0.47 0 0.20
HSL 297.53º 0.49% 0.61% -
HSV(B) 297.53º 0.47% 0.8% -
XYZ 40.47 27.55 60.94 -
YUV 146.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 201 108 205 0.02 0.47 0 0.20 297.53 0.49 0.61
Hex C9 6C CD 2 2F 0 14 12A 31 3D
Octal 311 154 315 2 57 0 24 452 61 75
Binary 11001001 1101100 11001101 10 101111 0 10100 100101010 110001 111101

Color Harmonies of #C96CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CCD

Black with #C96CCD

Text Example


Text Example

White with #C96CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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