#C483CE

Color #C483CE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C483CE

Tints of Orchid #C483CE

Color information

#C483CE (or 0xC483CE) is unknown color: approx Orchid. HEX triplet: C4, 83 and CE. RGB value is (196,131,206). Sum of RGB (Red+Green+Blue) = 196+131+206=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C483CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483CE is #3B7C31. Grayscale: #9E9E9E. Windows color (decimal): -3898418 or 13534148. OLE color: 13534148.

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

Color convert

RGB196131206-
CMYK0.050.3600.19
HSL292º43.35%66.08%-
HSV(B)292º36.41%80.78%-
XYZ42.0232.4262.44-
YUV158.98154.53154.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=36.77%
G=24.58%
B=38.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961312060.050.3600.1929243.3566.08
HexC483CE5240131242b42
Octal30420331654402344453102
Binary1100010010000011110011101011001000100111001001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483CE; }

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

 H1.HeaderClassName
 {
   color: #C483CE;
 }
 .AnyTagClassName
 {
   color: #C483CE;
 }
</style>
background-color css

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

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

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

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

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

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