Html Css Color HEX #C1AFD7 Moon Raker

📋 copy color: '#C1AFD7'

red 193 ◦ green 175 ◦ blue 215

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

Shades of Moon Raker #C1AFD7

Tints of Moon Raker #C1AFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.88%

R = 33.1%
G = 30.02%
B = 36.88%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C1AFD7 (or 0xC1AFD7) is known color: Moon Raker. HEX triplet: C1, AF and D7. RGB value is (193,175,215). Sum of RGB (Red+Green+Blue) = 193+175+215=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #C1AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFD7 is #3E5028. Grayscale: #B8B8B8. Windows color (decimal): -4083753 or 14135233. OLE color: 14135233.

HSL color Cylindrical-coordinate representation of color #C1AFD7: hue angle of 267º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1AFD7 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 175 215 -
CMYK 0.10 0.19 0 0.16
HSL 267º 0.33% 0.76% -
HSV(B) 267º 0.19% 0.84% -
XYZ 49.59 46.9 70.73 -
YUV 184.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 193 175 215 0.10 0.19 0 0.16 267 0.33 0.76
Hex C1 AF D7 A 13 0 10 10B 21 4C
Octal 301 257 327 12 23 0 20 413 41 114
Binary 11000001 10101111 11010111 1010 10011 0 10000 100001011 100001 1001100

Color Harmonies of #C1AFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFD7

Black with #C1AFD7

Text Example


Text Example

White with #C1AFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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