Html Css Color HEX #C478DD Orchid

📋 copy color: '#C478DD'

red 196 ◦ green 120 ◦ blue 221

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

Shades of Orchid #C478DD

Tints of Orchid #C478DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.35%

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

R = 36.5%
G = 22.35%
B = 41.15%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C478DD (or 0xC478DD) is known color: Orchid. HEX triplet: C4, 78 and DD. RGB value is (196,120,221). Sum of RGB (Red+Green+Blue) = 196+120+221=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C478DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478DD is #3B8722. Grayscale: #999999. Windows color (decimal): -3901219 or 14514372. OLE color: 14514372.

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

Color convert

RGB 196 120 221 -
CMYK 0.11 0.46 0 0.13
HSL 285.15º 0.6% 0.67% -
HSV(B) 285.15º 0.46% 0.87% -
XYZ 42.53 30.39 72.03 -
YUV 154.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 196 120 221 0.11 0.46 0 0.13 285.15 0.6 0.67
Hex C4 78 DD B 2E 0 D 11D 3C 43
Octal 304 170 335 13 56 0 15 435 74 103
Binary 11000100 1111000 11011101 1011 101110 0 1101 100011101 111100 1000011

Color Harmonies of #C478DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478DD

Black with #C478DD

Text Example


Text Example

White with #C478DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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