Html Css Color HEX #C575DA Orchid

📋 copy color: '#C575DA'

red 197 ◦ green 117 ◦ blue 218

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

Shades of Orchid #C575DA

Tints of Orchid #C575DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 37.03%
G = 21.99%
B = 40.98%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C575DA (or 0xC575DA) is known color: Orchid. HEX triplet: C5, 75 and DA. RGB value is (197,117,218). Sum of RGB (Red+Green+Blue) = 197+117+218=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #C575DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575DA is #3A8A25. Grayscale: #989898. Windows color (decimal): -3836454 or 14316997. OLE color: 14316997.

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

Color convert

RGB 197 117 218 -
CMYK 0.10 0.46 0 0.15
HSL 287.52º 0.58% 0.66% -
HSV(B) 287.52º 0.46% 0.85% -
XYZ 42.04 29.65 69.84 -
YUV 152.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 197 117 218 0.10 0.46 0 0.15 287.52 0.58 0.66
Hex C5 75 DA A 2E 0 F 120 3A 42
Octal 305 165 332 12 56 0 17 440 72 102
Binary 11000101 1110101 11011010 1010 101110 0 1111 100100000 111010 1000010

Color Harmonies of #C575DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575DA

Black with #C575DA

Text Example


Text Example

White with #C575DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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