Html Css Color HEX #C0AFDE Moon Raker

📋 copy color: '#C0AFDE'

red 192 ◦ green 175 ◦ blue 222

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

Shades of Moon Raker #C0AFDE

Tints of Moon Raker #C0AFDE

RGB

 RED value IS 192 (75.39% from 255) = 32.6%

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 32.6%
G = 29.71%
B = 37.69%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0AFDE (or 0xC0AFDE) is known color: Moon Raker. HEX triplet: C0, AF and DE. RGB value is (192,175,222). Sum of RGB (Red+Green+Blue) = 192+175+222=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFDE is #3F5021. Grayscale: #B9B9B9. Windows color (decimal): -4149282 or 14593984. OLE color: 14593984.

HSL color Cylindrical-coordinate representation of color #C0AFDE: hue angle of 261.7º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0AFDE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 175 222 -
CMYK 0.14 0.21 0 0.13
HSL 261.7º 0.42% 0.78% -
HSV(B) 261.7º 0.21% 0.87% -
XYZ 50.25 47.14 75.56 -
YUV 185.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 192 175 222 0.14 0.21 0 0.13 261.7 0.42 0.78
Hex C0 AF DE E 15 0 D 106 2A 4E
Octal 300 257 336 16 25 0 15 406 52 116
Binary 11000000 10101111 11011110 1110 10101 0 1101 100000110 101010 1001110

Color Harmonies of #C0AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFDE

Black with #C0AFDE

Text Example


Text Example

White with #C0AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFDE; }

 p { color: rgb(192,175,222); }

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

background-color css

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

 a { background-color: rgb(192,175,222); }

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

border-color css

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

 span { border-color: rgb(192,175,222); }

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