Html Css Color HEX #C474DD Orchid

📋 copy color: '#C474DD'

red 196 ◦ green 116 ◦ blue 221

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

Shades of Orchid #C474DD

Tints of Orchid #C474DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 36.77%
G = 21.76%
B = 41.46%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C474DD (or 0xC474DD) is known color: Orchid. HEX triplet: C4, 74 and DD. RGB value is (196,116,221). Sum of RGB (Red+Green+Blue) = 196+116+221=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C474DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474DD is #3B8B22. Grayscale: #979797. Windows color (decimal): -3902243 or 14513348. OLE color: 14513348.

HSL color Cylindrical-coordinate representation of color #C474DD: hue angle of 285.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C474DD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 116 221 -
CMYK 0.11 0.48 0 0.13
HSL 285.71º 0.61% 0.66% -
HSV(B) 285.71º 0.48% 0.87% -
XYZ 42.06 29.45 71.87 -
YUV 151.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 196 116 221 0.11 0.48 0 0.13 285.71 0.61 0.66
Hex C4 74 DD B 30 0 D 11E 3D 42
Octal 304 164 335 13 60 0 15 436 75 102
Binary 11000100 1110100 11011101 1011 110000 0 1101 100011110 111101 1000010

Color Harmonies of #C474DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474DD

Black with #C474DD

Text Example


Text Example

White with #C474DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474DD; }

 p { color: rgb(196,116,221); }

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

background-color css

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

 a { background-color: rgb(196,116,221); }

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

border-color css

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

 span { border-color: rgb(196,116,221); }

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