Html Css Color HEX #C97EBF Orchid

📋 copy color: '#C97EBF'

red 201 ◦ green 126 ◦ blue 191

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

Shades of Orchid #C97EBF

Tints of Orchid #C97EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 38.8%
G = 24.32%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C97EBF (or 0xC97EBF) is known color: Orchid. HEX triplet: C9, 7E and BF. RGB value is (201,126,191). Sum of RGB (Red+Green+Blue) = 201+126+191=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C97EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EBF is #368140. Grayscale: #9B9B9B. Windows color (decimal): -3572033 or 12549833. OLE color: 12549833.

HSL color Cylindrical-coordinate representation of color #C97EBF: hue angle of 308º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97EBF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 126 191 -
CMYK 0 0.37 0.05 0.21
HSL 308º 0.41% 0.64% -
HSV(B) 308º 0.37% 0.79% -
XYZ 40.95 31.1 53.13 -
YUV 155.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 201 126 191 0 0.37 0.05 0.21 308 0.41 0.64
Hex C9 7E BF 0 25 5 15 134 29 40
Octal 311 176 277 0 45 5 25 464 51 100
Binary 11001001 1111110 10111111 0 100101 101 10101 100110100 101001 1000000

Color Harmonies of #C97EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97EBF

Black with #C97EBF

Text Example


Text Example

White with #C97EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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