Html Css Color HEX #C96CE4 Orchid

📋 copy color: '#C96CE4'

red 201 ◦ green 108 ◦ blue 228

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

Shades of Orchid #C96CE4

Tints of Orchid #C96CE4

RGB

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

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

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

R = 37.43%
G = 20.11%
B = 42.46%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C96CE4 (or 0xC96CE4) is known color: Orchid. HEX triplet: C9, 6C and E4. RGB value is (201,108,228). Sum of RGB (Red+Green+Blue) = 201+108+228=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #C96CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CE4 is #36931B. Grayscale: #959595. Windows color (decimal): -3576604 or 14970057. OLE color: 14970057.

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

Color convert

RGB 201 108 228 -
CMYK 0.12 0.53 0 0.11
HSL 286.5º 0.69% 0.66% -
HSV(B) 286.5º 0.53% 0.89% -
XYZ 43.45 28.74 76.66 -
YUV 149.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 201 108 228 0.12 0.53 0 0.11 286.5 0.69 0.66
Hex C9 6C E4 C 35 0 B 11E 45 42
Octal 311 154 344 14 65 0 13 436 105 102
Binary 11001001 1101100 11100100 1100 110101 0 1011 100011110 1000101 1000010

Color Harmonies of #C96CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CE4

Black with #C96CE4

Text Example


Text Example

White with #C96CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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