Html Css Color HEX #C578DB Orchid

📋 copy color: '#C578DB'

red 197 ◦ green 120 ◦ blue 219

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

Shades of Orchid #C578DB

Tints of Orchid #C578DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.39%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 36.75%
G = 22.39%
B = 40.86%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C578DB (or 0xC578DB) is known color: Orchid. HEX triplet: C5, 78 and DB. RGB value is (197,120,219). Sum of RGB (Red+Green+Blue) = 197+120+219=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C578DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578DB is #3A8724. Grayscale: #999999. Windows color (decimal): -3835685 or 14383301. OLE color: 14383301.

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

Color convert

RGB 197 120 219 -
CMYK 0.10 0.45 0 0.14
HSL 286.67º 0.58% 0.66% -
HSV(B) 286.67º 0.45% 0.86% -
XYZ 42.53 30.42 70.65 -
YUV 154.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 197 120 219 0.10 0.45 0 0.14 286.67 0.58 0.66
Hex C5 78 DB A 2D 0 E 11F 3A 42
Octal 305 170 333 12 55 0 16 437 72 102
Binary 11000101 1111000 11011011 1010 101101 0 1110 100011111 111010 1000010

Color Harmonies of #C578DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578DB

Black with #C578DB

Text Example


Text Example

White with #C578DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578DB; }

 p { color: rgb(197,120,219); }

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

background-color css

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

 a { background-color: rgb(197,120,219); }

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

border-color css

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

 span { border-color: rgb(197,120,219); }

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