Html Css Color HEX #C575DC Orchid

📋 copy color: '#C575DC'

red 197 ◦ green 117 ◦ blue 220

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

Shades of Orchid #C575DC

Tints of Orchid #C575DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 36.89%
G = 21.91%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C575DC (or 0xC575DC) is known color: Orchid. HEX triplet: C5, 75 and DC. RGB value is (197,117,220). Sum of RGB (Red+Green+Blue) = 197+117+220=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C575DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575DC is #3A8A23. Grayscale: #989898. Windows color (decimal): -3836452 or 14448069. OLE color: 14448069.

HSL color Cylindrical-coordinate representation of color #C575DC: hue angle of 286.6º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C575DC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 117 220 -
CMYK 0.10 0.47 0 0.14
HSL 286.6º 0.6% 0.66% -
HSV(B) 286.6º 0.47% 0.86% -
XYZ 42.31 29.76 71.22 -
YUV 152.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 197 117 220 0.10 0.47 0 0.14 286.6 0.6 0.66
Hex C5 75 DC A 2F 0 E 11F 3C 42
Octal 305 165 334 12 57 0 16 437 74 102
Binary 11000101 1110101 11011100 1010 101111 0 1110 100011111 111100 1000010

Color Harmonies of #C575DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575DC

Black with #C575DC

Text Example


Text Example

White with #C575DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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