Html Css Color HEX #C97CD3 Orchid

📋 copy color: '#C97CD3'

red 201 ◦ green 124 ◦ blue 211

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

Shades of Orchid #C97CD3

Tints of Orchid #C97CD3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

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

R = 37.5%
G = 23.13%
B = 39.37%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C97CD3 (or 0xC97CD3) is known color: Orchid. HEX triplet: C9, 7C and D3. RGB value is (201,124,211). Sum of RGB (Red+Green+Blue) = 201+124+211=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #C97CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CD3 is #36832C. Grayscale: #9C9C9C. Windows color (decimal): -3572525 or 13860041. OLE color: 13860041.

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

Color convert

RGB 201 124 211 -
CMYK 0.05 0.41 0 0.17
HSL 293.1º 0.5% 0.66% -
HSV(B) 293.1º 0.41% 0.83% -
XYZ 43.05 31.54 65.45 -
YUV 156.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 201 124 211 0.05 0.41 0 0.17 293.1 0.5 0.66
Hex C9 7C D3 5 29 0 11 125 32 42
Octal 311 174 323 5 51 0 21 445 62 102
Binary 11001001 1111100 11010011 101 101001 0 10001 100100101 110010 1000010

Color Harmonies of #C97CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CD3

Black with #C97CD3

Text Example


Text Example

White with #C97CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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