Html Css Color HEX #C97EDE Orchid

📋 copy color: '#C97EDE'

red 201 ◦ green 126 ◦ blue 222

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

Shades of Orchid #C97EDE

Tints of Orchid #C97EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.95%

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 36.61%
G = 22.95%
B = 40.44%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C97EDE (or 0xC97EDE) is known color: Orchid. HEX triplet: C9, 7E and DE. RGB value is (201,126,222). Sum of RGB (Red+Green+Blue) = 201+126+222=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #C97EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EDE is #368121. Grayscale: #9F9F9F. Windows color (decimal): -3572002 or 14581449. OLE color: 14581449.

HSL color Cylindrical-coordinate representation of color #C97EDE: hue angle of 286.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97EDE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 126 222 -
CMYK 0.09 0.43 0 0.13
HSL 286.88º 0.59% 0.68% -
HSV(B) 286.88º 0.43% 0.87% -
XYZ 44.73 32.61 73.04 -
YUV 159.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 201 126 222 0.09 0.43 0 0.13 286.88 0.59 0.68
Hex C9 7E DE 9 2B 0 D 11F 3B 44
Octal 311 176 336 11 53 0 15 437 73 104
Binary 11001001 1111110 11011110 1001 101011 0 1101 100011111 111011 1000100

Color Harmonies of #C97EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97EDE

Black with #C97EDE

Text Example


Text Example

White with #C97EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97EDE; }

 p { color: rgb(201,126,222); }

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

background-color css

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

 a { background-color: rgb(201,126,222); }

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

border-color css

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

 span { border-color: rgb(201,126,222); }

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