Html Css Color HEX #C97DD0 Orchid

📋 copy color: '#C97DD0'

red 201 ◦ green 125 ◦ blue 208

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

Shades of Orchid #C97DD0

Tints of Orchid #C97DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 37.64%
G = 23.41%
B = 38.95%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C97DD0 (or 0xC97DD0) is known color: Orchid. HEX triplet: C9, 7D and D0. RGB value is (201,125,208). Sum of RGB (Red+Green+Blue) = 201+125+208=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #C97DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DD0 is #36822F. Grayscale: #9C9C9C. Windows color (decimal): -3572272 or 13663689. OLE color: 13663689.

HSL color Cylindrical-coordinate representation of color #C97DD0: hue angle of 294.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97DD0 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 125 208 -
CMYK 0.03 0.40 0 0.18
HSL 294.94º 0.47% 0.65% -
HSV(B) 294.94º 0.4% 0.82% -
XYZ 42.81 31.64 63.53 -
YUV 157.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 201 125 208 0.03 0.40 0 0.18 294.94 0.47 0.65
Hex C9 7D D0 3 28 0 12 127 2F 41
Octal 311 175 320 3 50 0 22 447 57 101
Binary 11001001 1111101 11010000 11 101000 0 10010 100100111 101111 1000001

Color Harmonies of #C97DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DD0

Black with #C97DD0

Text Example


Text Example

White with #C97DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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