Html Css Color HEX #C96DE4 Orchid

📋 copy color: '#C96DE4'

red 201 ◦ green 109 ◦ blue 228

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

Shades of Orchid #C96DE4

Tints of Orchid #C96DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.38%

R = 37.36%
G = 20.26%
B = 42.38%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C96DE4 (or 0xC96DE4) is known color: Orchid. HEX triplet: C9, 6D and E4. RGB value is (201,109,228). Sum of RGB (Red+Green+Blue) = 201+109+228=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #C96DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DE4 is #36921B. Grayscale: #959595. Windows color (decimal): -3576348 or 14970313. OLE color: 14970313.

HSL color Cylindrical-coordinate representation of color #C96DE4: hue angle of 286.39º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96DE4 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 109 228 -
CMYK 0.12 0.52 0 0.11
HSL 286.39º 0.69% 0.66% -
HSV(B) 286.39º 0.52% 0.89% -
XYZ 43.56 28.96 76.69 -
YUV 150.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 201 109 228 0.12 0.52 0 0.11 286.39 0.69 0.66
Hex C9 6D E4 C 34 0 B 11E 45 42
Octal 311 155 344 14 64 0 13 436 105 102
Binary 11001001 1101101 11100100 1100 110100 0 1011 100011110 1000101 1000010

Color Harmonies of #C96DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DE4

Black with #C96DE4

Text Example


Text Example

White with #C96DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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