#C483CF

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

Shades of Orchid #C483CF

Tints of Orchid #C483CF

Color information

#C483CF (or 0xC483CF) is unknown color: approx Orchid. HEX triplet: C4, 83 and CF. RGB value is (196,131,207). Sum of RGB (Red+Green+Blue) = 196+131+207=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #C483CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483CF is #3B7C30. Grayscale: #9E9E9E. Windows color (decimal): -3898417 or 13599684. OLE color: 13599684.

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

Color convert

RGB196131207-
CMYK0.050.3700.19
HSL291.32º44.19%66.27%-
HSV(B)291.32º36.71%81.18%-
XYZ42.1432.4763.08-
YUV159.1155.03154.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 131 (51.56% from 255) = 24.53%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=36.70%
G=24.53%
B=38.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961312070.050.3700.19291.3244.1966.27
HexC483CF5250131232c42
Octal30420331754502344354102
Binary1100010010000011110011111011001010100111001000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483CF; }

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

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

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

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

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

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

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

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