Html Css Color HEX #C480CE Orchid

📋 copy color: '#C480CE'

red 196 ◦ green 128 ◦ blue 206

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

Shades of Orchid #C480CE

Tints of Orchid #C480CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 36.98%
G = 24.15%
B = 38.87%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C480CE (or 0xC480CE) is known color: Orchid. HEX triplet: C4, 80 and CE. RGB value is (196,128,206). Sum of RGB (Red+Green+Blue) = 196+128+206=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C480CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480CE is #3B7F31. Grayscale: #9C9C9C. Windows color (decimal): -3899186 or 13533380. OLE color: 13533380.

HSL color Cylindrical-coordinate representation of color #C480CE: hue angle of 292.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C480CE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 128 206 -
CMYK 0.05 0.38 0 0.19
HSL 292.31º 0.44% 0.65% -
HSV(B) 292.31º 0.38% 0.81% -
XYZ 41.62 31.63 62.3 -
YUV 157.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 196 128 206 0.05 0.38 0 0.19 292.31 0.44 0.65
Hex C4 80 CE 5 26 0 13 124 2C 41
Octal 304 200 316 5 46 0 23 444 54 101
Binary 11000100 10000000 11001110 101 100110 0 10011 100100100 101100 1000001

Color Harmonies of #C480CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480CE

Black with #C480CE

Text Example


Text Example

White with #C480CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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