Html Css Color HEX #C97FCE Orchid

📋 copy color: '#C97FCE'

red 201 ◦ green 127 ◦ blue 206

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

Shades of Orchid #C97FCE

Tints of Orchid #C97FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

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

R = 37.64%
G = 23.78%
B = 38.58%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C97FCE (or 0xC97FCE) is known color: Orchid. HEX triplet: C9, 7F and CE. RGB value is (201,127,206). Sum of RGB (Red+Green+Blue) = 201+127+206=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C97FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FCE is #368031. Grayscale: #9D9D9D. Windows color (decimal): -3571762 or 13533129. OLE color: 13533129.

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

Color convert

RGB 201 127 206 -
CMYK 0.02 0.38 0 0.19
HSL 296.2º 0.45% 0.65% -
HSV(B) 296.2º 0.38% 0.81% -
XYZ 42.82 32.05 62.32 -
YUV 158.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 201 127 206 0.02 0.38 0 0.19 296.2 0.45 0.65
Hex C9 7F CE 2 26 0 13 128 2D 41
Octal 311 177 316 2 46 0 23 450 55 101
Binary 11001001 1111111 11001110 10 100110 0 10011 100101000 101101 1000001

Color Harmonies of #C97FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FCE

Black with #C97FCE

Text Example


Text Example

White with #C97FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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