Html Css Color HEX #C578DF Orchid

📋 copy color: '#C578DF'

red 197 ◦ green 120 ◦ blue 223

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

Shades of Orchid #C578DF

Tints of Orchid #C578DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 36.48%
G = 22.22%
B = 41.3%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C578DF (or 0xC578DF) is known color: Orchid. HEX triplet: C5, 78 and DF. RGB value is (197,120,223). Sum of RGB (Red+Green+Blue) = 197+120+223=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #C578DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578DF is #3A8720. Grayscale: #9A9A9A. Windows color (decimal): -3835681 or 14645445. OLE color: 14645445.

HSL color Cylindrical-coordinate representation of color #C578DF: hue angle of 284.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C578DF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 120 223 -
CMYK 0.12 0.46 0 0.13
HSL 284.85º 0.62% 0.67% -
HSV(B) 284.85º 0.46% 0.87% -
XYZ 43.06 30.63 73.45 -
YUV 154.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 197 120 223 0.12 0.46 0 0.13 284.85 0.62 0.67
Hex C5 78 DF C 2E 0 D 11D 3E 43
Octal 305 170 337 14 56 0 15 435 76 103
Binary 11000101 1111000 11011111 1100 101110 0 1101 100011101 111110 1000011

Color Harmonies of #C578DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578DF

Black with #C578DF

Text Example


Text Example

White with #C578DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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