#C3AFDE

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

Shades of Moon Raker #C3AFDE

Tints of Moon Raker #C3AFDE

Color information

#C3AFDE (or 0xC3AFDE) is unknown color: approx Moon Raker. HEX triplet: C3, AF and DE. RGB value is (195,175,222). Sum of RGB (Red+Green+Blue) = 195+175+222=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFDE is #3C5021. Grayscale: #BABABA. Windows color (decimal): -3952674 or 14593987. OLE color: 14593987.

HSL color Cylindrical-coordinate representation of color #C3AFDE: hue angle of 265.53º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3AFDE is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195175222-
CMYK0.120.2100.13
HSL265.53º41.59%77.84%-
HSV(B)265.53º21.17%87.06%-
XYZ51.0247.5475.59-
YUV186.34148.13134.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.94%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=32.94%
G=29.56%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951752220.120.2100.13265.5341.5977.84
HexC3AFDEC150D10a2a4e
Octal303257336142501541252116
Binary110000111010111111011110110010101011011000010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFDE; }

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

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

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

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

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

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

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

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