Html Css Color HEX #C57DD7 Orchid

📋 copy color: '#C57DD7'

red 197 ◦ green 125 ◦ blue 215

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

Shades of Orchid #C57DD7

Tints of Orchid #C57DD7

RGB

 RED value IS 197 (77.34% from 255) = 36.69%

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 36.69%
G = 23.28%
B = 40.04%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C57DD7 (or 0xC57DD7) is known color: Orchid. HEX triplet: C5, 7D and D7. RGB value is (197,125,215). Sum of RGB (Red+Green+Blue) = 197+125+215=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #C57DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DD7 is #3A8228. Grayscale: #9C9C9C. Windows color (decimal): -3834409 or 14122437. OLE color: 14122437.

HSL color Cylindrical-coordinate representation of color #C57DD7: hue angle of 288º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57DD7 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 125 215 -
CMYK 0.08 0.42 0 0.16
HSL 288º 0.53% 0.67% -
HSV(B) 288º 0.42% 0.84% -
XYZ 42.63 31.44 68.11 -
YUV 156.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 197 125 215 0.08 0.42 0 0.16 288 0.53 0.67
Hex C5 7D D7 8 2A 0 10 120 35 43
Octal 305 175 327 10 52 0 20 440 65 103
Binary 11000101 1111101 11010111 1000 101010 0 10000 100100000 110101 1000011

Color Harmonies of #C57DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DD7

Black with #C57DD7

Text Example


Text Example

White with #C57DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DD7; }

 p { color: rgb(197,125,215); }

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

background-color css

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

 a { background-color: rgb(197,125,215); }

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

border-color css

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

 span { border-color: rgb(197,125,215); }

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