Html Css Color HEX #C96FD0 Orchid

📋 copy color: '#C96FD0'

red 201 ◦ green 111 ◦ blue 208

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

Shades of Orchid #C96FD0

Tints of Orchid #C96FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

 BLUE value IS 208 (81.64% from 255) = 40%

R = 38.65%
G = 21.35%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C96FD0 (or 0xC96FD0) is known color: Orchid. HEX triplet: C9, 6F and D0. RGB value is (201,111,208). Sum of RGB (Red+Green+Blue) = 201+111+208=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #C96FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FD0 is #36902F. Grayscale: #949494. Windows color (decimal): -3575856 or 13660105. OLE color: 13660105.

HSL color Cylindrical-coordinate representation of color #C96FD0: hue angle of 295.67º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96FD0 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 111 208 -
CMYK 0.03 0.47 0 0.18
HSL 295.67º 0.51% 0.63% -
HSV(B) 295.67º 0.47% 0.82% -
XYZ 41.16 28.34 62.98 -
YUV 148.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 201 111 208 0.03 0.47 0 0.18 295.67 0.51 0.63
Hex C9 6F D0 3 2F 0 12 128 33 3F
Octal 311 157 320 3 57 0 22 450 63 77
Binary 11001001 1101111 11010000 11 101111 0 10010 100101000 110011 111111

Color Harmonies of #C96FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FD0

Black with #C96FD0

Text Example


Text Example

White with #C96FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FD0; }

 p { color: rgb(201,111,208); }

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

background-color css

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

 a { background-color: rgb(201,111,208); }

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

border-color css

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

 span { border-color: rgb(201,111,208); }

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