Html Css Color HEX #C0AFDD Moon Raker

📋 copy color: '#C0AFDD'

red 192 ◦ green 175 ◦ blue 221

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

Shades of Moon Raker #C0AFDD

Tints of Moon Raker #C0AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 32.65%
G = 29.76%
B = 37.59%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0AFDD (or 0xC0AFDD) is known color: Moon Raker. HEX triplet: C0, AF and DD. RGB value is (192,175,221). Sum of RGB (Red+Green+Blue) = 192+175+221=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFDD is #3F5022. Grayscale: #B9B9B9. Windows color (decimal): -4149283 or 14528448. OLE color: 14528448.

HSL color Cylindrical-coordinate representation of color #C0AFDD: hue angle of 262.17º degrees, saturation: 0.4, 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 #C0AFDD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 175 221 -
CMYK 0.13 0.21 0 0.13
HSL 262.17º 0.4% 0.78% -
HSV(B) 262.17º 0.21% 0.87% -
XYZ 50.12 47.09 74.85 -
YUV 185.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 192 175 221 0.13 0.21 0 0.13 262.17 0.4 0.78
Hex C0 AF DD D 15 0 D 106 28 4E
Octal 300 257 335 15 25 0 15 406 50 116
Binary 11000000 10101111 11011101 1101 10101 0 1101 100000110 101000 1001110

Color Harmonies of #C0AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFDD

Black with #C0AFDD

Text Example


Text Example

White with #C0AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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