Html Css Color HEX #C0AFDC Moon Raker

📋 copy color: '#C0AFDC'

red 192 ◦ green 175 ◦ blue 220

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

Shades of Moon Raker #C0AFDC

Tints of Moon Raker #C0AFDC

RGB

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

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

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

R = 32.71%
G = 29.81%
B = 37.48%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0AFDC (or 0xC0AFDC) is known color: Moon Raker. HEX triplet: C0, AF and DC. RGB value is (192,175,220). Sum of RGB (Red+Green+Blue) = 192+175+220=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFDC is #3F5023. Grayscale: #B9B9B9. Windows color (decimal): -4149284 or 14462912. OLE color: 14462912.

HSL color Cylindrical-coordinate representation of color #C0AFDC: hue angle of 262.67º 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 #C0AFDC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 175 220 -
CMYK 0.13 0.20 0 0.14
HSL 262.67º 0.39% 0.77% -
HSV(B) 262.67º 0.2% 0.86% -
XYZ 49.99 47.03 74.15 -
YUV 185.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 192 175 220 0.13 0.20 0 0.14 262.67 0.39 0.77
Hex C0 AF DC D 14 0 E 107 27 4D
Octal 300 257 334 15 24 0 16 407 47 115
Binary 11000000 10101111 11011100 1101 10100 0 1110 100000111 100111 1001101

Color Harmonies of #C0AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFDC

Black with #C0AFDC

Text Example


Text Example

White with #C0AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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