Html Css Color HEX #C97ECE Orchid

📋 copy color: '#C97ECE'

red 201 ◦ green 126 ◦ blue 206

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

Shades of Orchid #C97ECE

Tints of Orchid #C97ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 37.71%
G = 23.64%
B = 38.65%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C97ECE (or 0xC97ECE) is known color: Orchid. HEX triplet: C9, 7E and CE. RGB value is (201,126,206). Sum of RGB (Red+Green+Blue) = 201+126+206=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C97ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ECE is #368131. Grayscale: #9D9D9D. Windows color (decimal): -3572018 or 13532873. OLE color: 13532873.

HSL color Cylindrical-coordinate representation of color #C97ECE: hue angle of 296.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97ECE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 126 206 -
CMYK 0.02 0.39 0 0.19
HSL 296.25º 0.45% 0.65% -
HSV(B) 296.25º 0.39% 0.81% -
XYZ 42.69 31.8 62.28 -
YUV 157.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 201 126 206 0.02 0.39 0 0.19 296.25 0.45 0.65
Hex C9 7E CE 2 27 0 13 128 2D 41
Octal 311 176 316 2 47 0 23 450 55 101
Binary 11001001 1111110 11001110 10 100111 0 10011 100101000 101101 1000001

Color Harmonies of #C97ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ECE

Black with #C97ECE

Text Example


Text Example

White with #C97ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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