Html Css Color HEX #C96FE1 Orchid

📋 copy color: '#C96FE1'

red 201 ◦ green 111 ◦ blue 225

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

Shades of Orchid #C96FE1

Tints of Orchid #C96FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 37.43%
G = 20.67%
B = 41.9%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C96FE1 (or 0xC96FE1) is known color: Orchid. HEX triplet: C9, 6F and E1. RGB value is (201,111,225). Sum of RGB (Red+Green+Blue) = 201+111+225=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #C96FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FE1 is #36901E. Grayscale: #969696. Windows color (decimal): -3575839 or 14774217. OLE color: 14774217.

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

Color convert

RGB 201 111 225 -
CMYK 0.11 0.51 0 0.12
HSL 287.37º 0.66% 0.66% -
HSV(B) 287.37º 0.51% 0.88% -
XYZ 43.36 29.22 74.59 -
YUV 150.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 201 111 225 0.11 0.51 0 0.12 287.37 0.66 0.66
Hex C9 6F E1 B 33 0 C 11F 42 42
Octal 311 157 341 13 63 0 14 437 102 102
Binary 11001001 1101111 11100001 1011 110011 0 1100 100011111 1000010 1000010

Color Harmonies of #C96FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FE1

Black with #C96FE1

Text Example


Text Example

White with #C96FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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