Html Css Color HEX #C575D9 Orchid

📋 copy color: '#C575D9'

red 197 ◦ green 117 ◦ blue 217

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

Shades of Orchid #C575D9

Tints of Orchid #C575D9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.03%

 BLUE value IS 217 (85.16% from 255) = 40.87%

R = 37.1%
G = 22.03%
B = 40.87%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C575D9 (or 0xC575D9) is known color: Orchid. HEX triplet: C5, 75 and D9. RGB value is (197,117,217). Sum of RGB (Red+Green+Blue) = 197+117+217=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #C575D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575D9 is #3A8A26. Grayscale: #989898. Windows color (decimal): -3836455 or 14251461. OLE color: 14251461.

HSL color Cylindrical-coordinate representation of color #C575D9: hue angle of 288º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C575D9 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 117 217 -
CMYK 0.09 0.46 0 0.15
HSL 288º 0.57% 0.65% -
HSV(B) 288º 0.46% 0.85% -
XYZ 41.91 29.6 69.15 -
YUV 152.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 197 117 217 0.09 0.46 0 0.15 288 0.57 0.65
Hex C5 75 D9 9 2E 0 F 120 39 41
Octal 305 165 331 11 56 0 17 440 71 101
Binary 11000101 1110101 11011001 1001 101110 0 1111 100100000 111001 1000001

Color Harmonies of #C575D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575D9

Black with #C575D9

Text Example


Text Example

White with #C575D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575D9; }

 p { color: rgb(197,117,217); }

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

background-color css

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

 a { background-color: rgb(197,117,217); }

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

border-color css

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

 span { border-color: rgb(197,117,217); }

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