Html Css Color HEX #C96DDC Orchid

📋 copy color: '#C96DDC'

red 201 ◦ green 109 ◦ blue 220

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

Shades of Orchid #C96DDC

Tints of Orchid #C96DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 37.92%
G = 20.57%
B = 41.51%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C96DDC (or 0xC96DDC) is known color: Orchid. HEX triplet: C9, 6D and DC. RGB value is (201,109,220). Sum of RGB (Red+Green+Blue) = 201+109+220=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #C96DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DDC is #369223. Grayscale: #949494. Windows color (decimal): -3576356 or 14446025. OLE color: 14446025.

HSL color Cylindrical-coordinate representation of color #C96DDC: hue angle of 289.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96DDC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 109 220 -
CMYK 0.09 0.50 0 0.14
HSL 289.73º 0.61% 0.65% -
HSV(B) 289.73º 0.5% 0.86% -
XYZ 42.47 28.52 70.98 -
YUV 149.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 201 109 220 0.09 0.50 0 0.14 289.73 0.61 0.65
Hex C9 6D DC 9 32 0 E 122 3D 41
Octal 311 155 334 11 62 0 16 442 75 101
Binary 11001001 1101101 11011100 1001 110010 0 1110 100100010 111101 1000001

Color Harmonies of #C96DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DDC

Black with #C96DDC

Text Example


Text Example

White with #C96DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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