Html Css Color HEX #C97ED3 Orchid

📋 copy color: '#C97ED3'

red 201 ◦ green 126 ◦ blue 211

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

Shades of Orchid #C97ED3

Tints of Orchid #C97ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.22%

R = 37.36%
G = 23.42%
B = 39.22%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C97ED3 (or 0xC97ED3) is known color: Orchid. HEX triplet: C9, 7E and D3. RGB value is (201,126,211). Sum of RGB (Red+Green+Blue) = 201+126+211=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #C97ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ED3 is #36812C. Grayscale: #9D9D9D. Windows color (decimal): -3572013 or 13860553. OLE color: 13860553.

HSL color Cylindrical-coordinate representation of color #C97ED3: hue angle of 292.94º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97ED3 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 126 211 -
CMYK 0.05 0.40 0 0.17
HSL 292.94º 0.49% 0.66% -
HSV(B) 292.94º 0.4% 0.83% -
XYZ 43.31 32.04 65.53 -
YUV 158.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 201 126 211 0.05 0.40 0 0.17 292.94 0.49 0.66
Hex C9 7E D3 5 28 0 11 125 31 42
Octal 311 176 323 5 50 0 21 445 61 102
Binary 11001001 1111110 11010011 101 101000 0 10001 100100101 110001 1000010

Color Harmonies of #C97ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ED3

Black with #C97ED3

Text Example


Text Example

White with #C97ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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