Html Css Color HEX #C574CE Orchid

📋 copy color: '#C574CE'

red 197 ◦ green 116 ◦ blue 206

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

Shades of Orchid #C574CE

Tints of Orchid #C574CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 37.96%
G = 22.35%
B = 39.69%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C574CE (or 0xC574CE) is known color: Orchid. HEX triplet: C5, 74 and CE. RGB value is (197,116,206). Sum of RGB (Red+Green+Blue) = 197+116+206=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C574CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574CE is #3A8B31. Grayscale: #969696. Windows color (decimal): -3836722 or 13530309. OLE color: 13530309.

HSL color Cylindrical-coordinate representation of color #C574CE: hue angle of 294º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C574CE is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 116 206 -
CMYK 0.04 0.44 0 0.19
HSL 294º 0.48% 0.63% -
HSV(B) 294º 0.44% 0.81% -
XYZ 40.41 28.82 61.82 -
YUV 150.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 197 116 206 0.04 0.44 0 0.19 294 0.48 0.63
Hex C5 74 CE 4 2C 0 13 126 30 3F
Octal 305 164 316 4 54 0 23 446 60 77
Binary 11000101 1110100 11001110 100 101100 0 10011 100100110 110000 111111

Color Harmonies of #C574CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574CE

Black with #C574CE

Text Example


Text Example

White with #C574CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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