Html Css Color HEX #C575BD Orchid

📋 copy color: '#C575BD'

red 197 ◦ green 117 ◦ blue 189

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

Shades of Orchid #C575BD

Tints of Orchid #C575BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 39.17%
G = 23.26%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C575BD (or 0xC575BD) is known color: Orchid. HEX triplet: C5, 75 and BD. RGB value is (197,117,189). Sum of RGB (Red+Green+Blue) = 197+117+189=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C575BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575BD is #3A8A42. Grayscale: #949494. Windows color (decimal): -3836483 or 12416453. OLE color: 12416453.

HSL color Cylindrical-coordinate representation of color #C575BD: hue angle of 306º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C575BD is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 117 189 -
CMYK 0 0.41 0.04 0.23
HSL 306º 0.41% 0.62% -
HSV(B) 306º 0.41% 0.77% -
XYZ 38.57 28.27 51.57 -
YUV 149.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 197 117 189 0 0.41 0.04 0.23 306 0.41 0.62
Hex C5 75 BD 0 29 4 17 132 29 3E
Octal 305 165 275 0 51 4 27 462 51 76
Binary 11000101 1110101 10111101 0 101001 100 10111 100110010 101001 111110

Color Harmonies of #C575BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575BD

Black with #C575BD

Text Example


Text Example

White with #C575BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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