Html Css Color HEX #C473DA Orchid

📋 copy color: '#C473DA'

red 196 ◦ green 115 ◦ blue 218

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

Shades of Orchid #C473DA

Tints of Orchid #C473DA

RGB

 RED value IS 196 (76.95% from 255) = 37.05%

 GREEN value IS 115 (45.31% from 255) = 21.74%

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

R = 37.05%
G = 21.74%
B = 41.21%

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

#C473DA (or 0xC473DA) is known color: Orchid. HEX triplet: C4, 73 and DA. RGB value is (196,115,218). Sum of RGB (Red+Green+Blue) = 196+115+218=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C473DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473DA is #3B8C25. Grayscale: #969696. Windows color (decimal): -3902502 or 14316484. OLE color: 14316484.

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

Color convert

RGB 196 115 218 -
CMYK 0.10 0.47 0 0.15
HSL 287.18º 0.58% 0.65% -
HSV(B) 287.18º 0.47% 0.85% -
XYZ 41.55 29.06 69.75 -
YUV 150.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 196 115 218 0.10 0.47 0 0.15 287.18 0.58 0.65
Hex C4 73 DA A 2F 0 F 11F 3A 41
Octal 304 163 332 12 57 0 17 437 72 101
Binary 11000100 1110011 11011010 1010 101111 0 1111 100011111 111010 1000001

Color Harmonies of #C473DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473DA

Black with #C473DA

Text Example


Text Example

White with #C473DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473DA; }

 p { color: rgb(196,115,218); }

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

background-color css

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

 a { background-color: rgb(196,115,218); }

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

border-color css

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

 span { border-color: rgb(196,115,218); }

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