Html Css Color HEX #C2AFDC Moon Raker

📋 copy color: '#C2AFDC'

red 194 ◦ green 175 ◦ blue 220

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

Shades of Moon Raker #C2AFDC

Tints of Moon Raker #C2AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 32.94%
G = 29.71%
B = 37.35%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2AFDC (or 0xC2AFDC) is known color: Moon Raker. HEX triplet: C2, AF and DC. RGB value is (194,175,220). Sum of RGB (Red+Green+Blue) = 194+175+220=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFDC is #3D5023. Grayscale: #B9B9B9. Windows color (decimal): -4018212 or 14462914. OLE color: 14462914.

HSL color Cylindrical-coordinate representation of color #C2AFDC: hue angle of 265.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2AFDC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 175 220 -
CMYK 0.12 0.20 0 0.14
HSL 265.33º 0.39% 0.77% -
HSV(B) 265.33º 0.2% 0.86% -
XYZ 50.5 47.3 74.18 -
YUV 185.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 194 175 220 0.12 0.20 0 0.14 265.33 0.39 0.77
Hex C2 AF DC C 14 0 E 109 27 4D
Octal 302 257 334 14 24 0 16 411 47 115
Binary 11000010 10101111 11011100 1100 10100 0 1110 100001001 100111 1001101

Color Harmonies of #C2AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFDC

Black with #C2AFDC

Text Example


Text Example

White with #C2AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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