Html Css Color HEX #C96FE5 Orchid

📋 copy color: '#C96FE5'

red 201 ◦ green 111 ◦ blue 229

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

Shades of Orchid #C96FE5

Tints of Orchid #C96FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 37.15%
G = 20.52%
B = 42.33%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C96FE5 (or 0xC96FE5) is known color: Orchid. HEX triplet: C9, 6F and E5. RGB value is (201,111,229). Sum of RGB (Red+Green+Blue) = 201+111+229=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #C96FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FE5 is #36901A. Grayscale: #969696. Windows color (decimal): -3575835 or 15036361. OLE color: 15036361.

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

Color convert

RGB 201 111 229 -
CMYK 0.12 0.52 0 0.10
HSL 285.76º 0.69% 0.67% -
HSV(B) 285.76º 0.52% 0.9% -
XYZ 43.91 29.44 77.5 -
YUV 151.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 201 111 229 0.12 0.52 0 0.10 285.76 0.69 0.67
Hex C9 6F E5 C 34 0 A 11E 45 43
Octal 311 157 345 14 64 0 12 436 105 103
Binary 11001001 1101111 11100101 1100 110100 0 1010 100011110 1000101 1000011

Color Harmonies of #C96FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FE5

Black with #C96FE5

Text Example


Text Example

White with #C96FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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