Html Css Color HEX #C2AFE4 Moon Raker

📋 copy color: '#C2AFE4'

red 194 ◦ green 175 ◦ blue 228

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

Shades of Moon Raker #C2AFE4

Tints of Moon Raker #C2AFE4

RGB

 RED value IS 194 (76.17% from 255) = 32.5%

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

 BLUE value IS 228 (89.45% from 255) = 38.19%

R = 32.5%
G = 29.31%
B = 38.19%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C2AFE4 (or 0xC2AFE4) is known color: Moon Raker. HEX triplet: C2, AF and E4. RGB value is (194,175,228). Sum of RGB (Red+Green+Blue) = 194+175+228=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFE4 is #3D501B. Grayscale: #BABABA. Windows color (decimal): -4018204 or 14987202. OLE color: 14987202.

HSL color Cylindrical-coordinate representation of color #C2AFE4: hue angle of 261.51º degrees, saturation: 0.5, 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 #C2AFE4 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 175 228 -
CMYK 0.15 0.23 0 0.11
HSL 261.51º 0.5% 0.79% -
HSV(B) 261.51º 0.23% 0.89% -
XYZ 51.58 47.73 79.89 -
YUV 186.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 194 175 228 0.15 0.23 0 0.11 261.51 0.5 0.79
Hex C2 AF E4 F 17 0 B 106 32 4F
Octal 302 257 344 17 27 0 13 406 62 117
Binary 11000010 10101111 11100100 1111 10111 0 1011 100000110 110010 1001111

Color Harmonies of #C2AFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFE4

Black with #C2AFE4

Text Example


Text Example

White with #C2AFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFE4; }

 p { color: rgb(194,175,228); }

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

background-color css

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

 a { background-color: rgb(194,175,228); }

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

border-color css

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

 span { border-color: rgb(194,175,228); }

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