Html Css Color HEX #C574DC Orchid

📋 copy color: '#C574DC'

red 197 ◦ green 116 ◦ blue 220

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

Shades of Orchid #C574DC

Tints of Orchid #C574DC

RGB

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

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

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

R = 36.96%
G = 21.76%
B = 41.28%

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

#C574DC (or 0xC574DC) is known color: Orchid. HEX triplet: C5, 74 and DC. RGB value is (197,116,220). Sum of RGB (Red+Green+Blue) = 197+116+220=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C574DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574DC is #3A8B23. Grayscale: #979797. Windows color (decimal): -3836708 or 14447813. OLE color: 14447813.

HSL color Cylindrical-coordinate representation of color #C574DC: hue angle of 286.73º 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 #C574DC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 116 220 -
CMYK 0.10 0.47 0 0.14
HSL 286.73º 0.6% 0.66% -
HSV(B) 286.73º 0.47% 0.86% -
XYZ 42.19 29.53 71.19 -
YUV 152.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 197 116 220 0.10 0.47 0 0.14 286.73 0.6 0.66
Hex C5 74 DC A 2F 0 E 11F 3C 42
Octal 305 164 334 12 57 0 16 437 74 102
Binary 11000101 1110100 11011100 1010 101111 0 1110 100011111 111100 1000010

Color Harmonies of #C574DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574DC

Black with #C574DC

Text Example


Text Example

White with #C574DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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