Html Css Color HEX #C3AFE1 Moon Raker

📋 copy color: '#C3AFE1'

red 195 ◦ green 175 ◦ blue 225

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

Shades of Moon Raker #C3AFE1

Tints of Moon Raker #C3AFE1

RGB

 RED value IS 195 (76.56% from 255) = 32.77%

 GREEN value IS 175 (68.75% from 255) = 29.41%

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 32.77%
G = 29.41%
B = 37.82%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C3AFE1 (or 0xC3AFE1) is known color: Moon Raker. HEX triplet: C3, AF and E1. RGB value is (195,175,225). Sum of RGB (Red+Green+Blue) = 195+175+225=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFE1 is #3C501E. Grayscale: #BABABA. Windows color (decimal): -3952671 or 14790595. OLE color: 14790595.

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

Color convert

RGB 195 175 225 -
CMYK 0.13 0.22 0 0.12
HSL 264º 0.45% 0.78% -
HSV(B) 264º 0.22% 0.88% -
XYZ 51.43 47.7 77.73 -
YUV 186.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 195 175 225 0.13 0.22 0 0.12 264 0.45 0.78
Hex C3 AF E1 D 16 0 C 108 2D 4E
Octal 303 257 341 15 26 0 14 410 55 116
Binary 11000011 10101111 11100001 1101 10110 0 1100 100001000 101101 1001110

Color Harmonies of #C3AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFE1

Black with #C3AFE1

Text Example


Text Example

White with #C3AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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