Html Css Color HEX #C97DCD Orchid

📋 copy color: '#C97DCD'

red 201 ◦ green 125 ◦ blue 205

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

Shades of Orchid #C97DCD

Tints of Orchid #C97DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.54%

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

R = 37.85%
G = 23.54%
B = 38.61%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C97DCD (or 0xC97DCD) is known color: Orchid. HEX triplet: C9, 7D and CD. RGB value is (201,125,205). Sum of RGB (Red+Green+Blue) = 201+125+205=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #C97DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DCD is #368232. Grayscale: #9C9C9C. Windows color (decimal): -3572275 or 13467081. OLE color: 13467081.

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

Color convert

RGB 201 125 205 -
CMYK 0.02 0.39 0 0.20
HSL 297º 0.44% 0.65% -
HSV(B) 297º 0.39% 0.8% -
XYZ 42.44 31.49 61.6 -
YUV 156.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 201 125 205 0.02 0.39 0 0.20 297 0.44 0.65
Hex C9 7D CD 2 27 0 14 129 2C 41
Octal 311 175 315 2 47 0 24 451 54 101
Binary 11001001 1111101 11001101 10 100111 0 10100 100101001 101100 1000001

Color Harmonies of #C97DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DCD

Black with #C97DCD

Text Example


Text Example

White with #C97DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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