Html Css Color HEX #C97DCF Orchid

📋 copy color: '#C97DCF'

red 201 ◦ green 125 ◦ blue 207

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

Shades of Orchid #C97DCF

Tints of Orchid #C97DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 37.71%
G = 23.45%
B = 38.84%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C97DCF (or 0xC97DCF) is known color: Orchid. HEX triplet: C9, 7D and CF. RGB value is (201,125,207). Sum of RGB (Red+Green+Blue) = 201+125+207=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #C97DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DCF is #368230. Grayscale: #9C9C9C. Windows color (decimal): -3572273 or 13598153. OLE color: 13598153.

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

Color convert

RGB 201 125 207 -
CMYK 0.03 0.40 0 0.19
HSL 295.61º 0.46% 0.65% -
HSV(B) 295.61º 0.4% 0.81% -
XYZ 42.68 31.59 62.88 -
YUV 157.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 201 125 207 0.03 0.40 0 0.19 295.61 0.46 0.65
Hex C9 7D CF 3 28 0 13 128 2E 41
Octal 311 175 317 3 50 0 23 450 56 101
Binary 11001001 1111101 11001111 11 101000 0 10011 100101000 101110 1000001

Color Harmonies of #C97DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DCF

Black with #C97DCF

Text Example


Text Example

White with #C97DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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