Html Css Color HEX #C574DF Orchid

📋 copy color: '#C574DF'

red 197 ◦ green 116 ◦ blue 223

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

Shades of Orchid #C574DF

Tints of Orchid #C574DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.64%

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

R = 36.75%
G = 21.64%
B = 41.6%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C574DF (or 0xC574DF) is known color: Orchid. HEX triplet: C5, 74 and DF. RGB value is (197,116,223). Sum of RGB (Red+Green+Blue) = 197+116+223=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #C574DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574DF is #3A8B20. Grayscale: #989898. Windows color (decimal): -3836705 or 14644421. OLE color: 14644421.

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

Color convert

RGB 197 116 223 -
CMYK 0.12 0.48 0 0.13
HSL 285.42º 0.63% 0.66% -
HSV(B) 285.42º 0.48% 0.87% -
XYZ 42.59 29.69 73.3 -
YUV 152.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 197 116 223 0.12 0.48 0 0.13 285.42 0.63 0.66
Hex C5 74 DF C 30 0 D 11D 3F 42
Octal 305 164 337 14 60 0 15 435 77 102
Binary 11000101 1110100 11011111 1100 110000 0 1101 100011101 111111 1000010

Color Harmonies of #C574DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574DF

Black with #C574DF

Text Example


Text Example

White with #C574DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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