Html Css Color HEX #C574DA Orchid

📋 copy color: '#C574DA'

red 197 ◦ green 116 ◦ blue 218

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

Shades of Orchid #C574DA

Tints of Orchid #C574DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 37.1%
G = 21.85%
B = 41.05%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C574DA (or 0xC574DA) is known color: Orchid. HEX triplet: C5, 74 and DA. RGB value is (197,116,218). Sum of RGB (Red+Green+Blue) = 197+116+218=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C574DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574DA is #3A8B25. Grayscale: #979797. Windows color (decimal): -3836710 or 14316741. OLE color: 14316741.

HSL color Cylindrical-coordinate representation of color #C574DA: hue angle of 287.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C574DA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 116 218 -
CMYK 0.10 0.47 0 0.15
HSL 287.65º 0.58% 0.65% -
HSV(B) 287.65º 0.47% 0.85% -
XYZ 41.93 29.42 69.8 -
YUV 151.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 197 116 218 0.10 0.47 0 0.15 287.65 0.58 0.65
Hex C5 74 DA A 2F 0 F 120 3A 41
Octal 305 164 332 12 57 0 17 440 72 101
Binary 11000101 1110100 11011010 1010 101111 0 1111 100100000 111010 1000001

Color Harmonies of #C574DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574DA

Black with #C574DA

Text Example


Text Example

White with #C574DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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