Html Css Color HEX #C97FCD Orchid

📋 copy color: '#C97FCD'

red 201 ◦ green 127 ◦ blue 205

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

Shades of Orchid #C97FCD

Tints of Orchid #C97FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 37.71%
G = 23.83%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C97FCD (or 0xC97FCD) is known color: Orchid. HEX triplet: C9, 7F and CD. RGB value is (201,127,205). Sum of RGB (Red+Green+Blue) = 201+127+205=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C97FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FCD is #368032. Grayscale: #9D9D9D. Windows color (decimal): -3571763 or 13467593. OLE color: 13467593.

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

Color convert

RGB 201 127 205 -
CMYK 0.02 0.38 0 0.20
HSL 296.92º 0.44% 0.65% -
HSV(B) 296.92º 0.38% 0.8% -
XYZ 42.7 32 61.68 -
YUV 158.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 201 127 205 0.02 0.38 0 0.20 296.92 0.44 0.65
Hex C9 7F CD 2 26 0 14 129 2C 41
Octal 311 177 315 2 46 0 24 451 54 101
Binary 11001001 1111111 11001101 10 100110 0 10100 100101001 101100 1000001

Color Harmonies of #C97FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FCD

Black with #C97FCD

Text Example


Text Example

White with #C97FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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