Html Css Color HEX #C480D5 Orchid

📋 copy color: '#C480D5'

red 196 ◦ green 128 ◦ blue 213

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

Shades of Orchid #C480D5

Tints of Orchid #C480D5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.84%

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 36.5%
G = 23.84%
B = 39.66%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C480D5 (or 0xC480D5) is known color: Orchid. HEX triplet: C4, 80 and D5. RGB value is (196,128,213). Sum of RGB (Red+Green+Blue) = 196+128+213=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #C480D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480D5 is #3B7F2A. Grayscale: #9D9D9D. Windows color (decimal): -3899179 or 13992132. OLE color: 13992132.

HSL color Cylindrical-coordinate representation of color #C480D5: hue angle of 288º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C480D5 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 128 213 -
CMYK 0.08 0.40 0 0.16
HSL 288º 0.5% 0.67% -
HSV(B) 288º 0.4% 0.84% -
XYZ 42.49 31.98 66.88 -
YUV 158.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 196 128 213 0.08 0.40 0 0.16 288 0.5 0.67
Hex C4 80 D5 8 28 0 10 120 32 43
Octal 304 200 325 10 50 0 20 440 62 103
Binary 11000100 10000000 11010101 1000 101000 0 10000 100100000 110010 1000011

Color Harmonies of #C480D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480D5

Black with #C480D5

Text Example


Text Example

White with #C480D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480D5; }

 p { color: rgb(196,128,213); }

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

background-color css

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

 a { background-color: rgb(196,128,213); }

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

border-color css

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

 span { border-color: rgb(196,128,213); }

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