Html Css Color HEX #C96DE0 Orchid

📋 copy color: '#C96DE0'

red 201 ◦ green 109 ◦ blue 224

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

Shades of Orchid #C96DE0

Tints of Orchid #C96DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 37.64%
G = 20.41%
B = 41.95%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C96DE0 (or 0xC96DE0) is known color: Orchid. HEX triplet: C9, 6D and E0. RGB value is (201,109,224). Sum of RGB (Red+Green+Blue) = 201+109+224=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #C96DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DE0 is #36921F. Grayscale: #959595. Windows color (decimal): -3576352 or 14708169. OLE color: 14708169.

HSL color Cylindrical-coordinate representation of color #C96DE0: hue angle of 288º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96DE0 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 109 224 -
CMYK 0.10 0.51 0 0.12
HSL 288º 0.65% 0.65% -
HSV(B) 288º 0.51% 0.88% -
XYZ 43.01 28.74 73.8 -
YUV 149.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 201 109 224 0.10 0.51 0 0.12 288 0.65 0.65
Hex C9 6D E0 A 33 0 C 120 41 41
Octal 311 155 340 12 63 0 14 440 101 101
Binary 11001001 1101101 11100000 1010 110011 0 1100 100100000 1000001 1000001

Color Harmonies of #C96DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DE0

Black with #C96DE0

Text Example


Text Example

White with #C96DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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