#C3AFE3

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

Shades of Moon Raker #C3AFE3

Tints of Moon Raker #C3AFE3

Color information

#C3AFE3 (or 0xC3AFE3) is unknown color: approx Moon Raker. HEX triplet: C3, AF and E3. RGB value is (195,175,227). Sum of RGB (Red+Green+Blue) = 195+175+227=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #C3AFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFE3 is #3C501C. Grayscale: #BABABA. Windows color (decimal): -3952669 or 14921667. OLE color: 14921667.

HSL color Cylindrical-coordinate representation of color #C3AFE3: hue angle of 263.08º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3AFE3 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195175227-
CMYK0.140.2300.11
HSL263.08º48.15%78.82%-
HSV(B)263.08º22.91%89.02%-
XYZ51.747.8179.18-
YUV186.91150.63133.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.66%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 227 (89.06% from 255) = 38.02%
R=32.66%
G=29.31%
B=38.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1951752270.140.2300.11263.0848.1578.82
HexC3AFE3E170B107304f
Octal303257343162701340760117
Binary110000111010111111100011111010111010111000001111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFE3; }

 p { color: rgb(195,175,227); }

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

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

 a { background-color: rgb(195,175,227); }

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

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

 span { border-color: rgb(195,175,227); }

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