Html Css Color HEX #C574DB Orchid

📋 copy color: '#C574DB'

red 197 ◦ green 116 ◦ blue 219

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

Shades of Orchid #C574DB

Tints of Orchid #C574DB

RGB

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

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

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

R = 37.03%
G = 21.8%
B = 41.17%

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

#C574DB (or 0xC574DB) is known color: Orchid. HEX triplet: C5, 74 and DB. RGB value is (197,116,219). Sum of RGB (Red+Green+Blue) = 197+116+219=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C574DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574DB is #3A8B24. Grayscale: #979797. Windows color (decimal): -3836709 or 14382277. OLE color: 14382277.

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

Color convert

RGB 197 116 219 -
CMYK 0.10 0.47 0 0.14
HSL 287.18º 0.59% 0.66% -
HSV(B) 287.18º 0.47% 0.86% -
XYZ 42.06 29.48 70.49 -
YUV 151.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 197 116 219 0.10 0.47 0 0.14 287.18 0.59 0.66
Hex C5 74 DB A 2F 0 E 11F 3B 42
Octal 305 164 333 12 57 0 16 437 73 102
Binary 11000101 1110100 11011011 1010 101111 0 1110 100011111 111011 1000010

Color Harmonies of #C574DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574DB

Black with #C574DB

Text Example


Text Example

White with #C574DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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