Html Css Color HEX #C1AFE0 Moon Raker

📋 copy color: '#C1AFE0'

red 193 ◦ green 175 ◦ blue 224

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

Shades of Moon Raker #C1AFE0

Tints of Moon Raker #C1AFE0

RGB

 RED value IS 193 (75.78% from 255) = 32.6%

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

 BLUE value IS 224 (87.89% from 255) = 37.84%

R = 32.6%
G = 29.56%
B = 37.84%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C1AFE0 (or 0xC1AFE0) is known color: Moon Raker. HEX triplet: C1, AF and E0. RGB value is (193,175,224). Sum of RGB (Red+Green+Blue) = 193+175+224=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFE0 is #3E501F. Grayscale: #B9B9B9. Windows color (decimal): -4083744 or 14725057. OLE color: 14725057.

HSL color Cylindrical-coordinate representation of color #C1AFE0: hue angle of 262.04º degrees, saturation: 0.44, 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 #C1AFE0 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 175 224 -
CMYK 0.14 0.22 0 0.12
HSL 262.04º 0.44% 0.78% -
HSV(B) 262.04º 0.22% 0.88% -
XYZ 50.78 47.38 76.99 -
YUV 185.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 193 175 224 0.14 0.22 0 0.12 262.04 0.44 0.78
Hex C1 AF E0 E 16 0 C 106 2C 4E
Octal 301 257 340 16 26 0 14 406 54 116
Binary 11000001 10101111 11100000 1110 10110 0 1100 100000110 101100 1001110

Color Harmonies of #C1AFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFE0

Black with #C1AFE0

Text Example


Text Example

White with #C1AFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFE0; }

 p { color: rgb(193,175,224); }

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

background-color css

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

 a { background-color: rgb(193,175,224); }

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

border-color css

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

 span { border-color: rgb(193,175,224); }

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