Html Css Color HEX #C480C3 Orchid

📋 copy color: '#C480C3'

red 196 ◦ green 128 ◦ blue 195

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

Shades of Orchid #C480C3

Tints of Orchid #C480C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.57%

R = 37.76%
G = 24.66%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C480C3 (or 0xC480C3) is known color: Orchid. HEX triplet: C4, 80 and C3. RGB value is (196,128,195). Sum of RGB (Red+Green+Blue) = 196+128+195=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C480C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480C3 is #3B7F3C. Grayscale: #9B9B9B. Windows color (decimal): -3899197 or 12812484. OLE color: 12812484.

HSL color Cylindrical-coordinate representation of color #C480C3: hue angle of 300.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C480C3 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 195 -
CMYK 0 0.35 0.01 0.23
HSL 300.88º 0.37% 0.64% -
HSV(B) 300.88º 0.35% 0.77% -
XYZ 40.33 31.11 55.51 -
YUV 155.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 196 128 195 0 0.35 0.01 0.23 300.88 0.37 0.64
Hex C4 80 C3 0 23 1 17 12D 25 40
Octal 304 200 303 0 43 1 27 455 45 100
Binary 11000100 10000000 11000011 0 100011 1 10111 100101101 100101 1000000

Color Harmonies of #C480C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480C3

Black with #C480C3

Text Example


Text Example

White with #C480C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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