Html Css Color HEX #C0ADDA Moon Raker

📋 copy color: '#C0ADDA'

red 192 ◦ green 173 ◦ blue 218

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

Shades of Moon Raker #C0ADDA

Tints of Moon Raker #C0ADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.67%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 32.93%
G = 29.67%
B = 37.39%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0ADDA (or 0xC0ADDA) is known color: Moon Raker. HEX triplet: C0, AD and DA. RGB value is (192,173,218). Sum of RGB (Red+Green+Blue) = 192+173+218=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDA is #3F5225. Grayscale: #B7B7B7. Windows color (decimal): -4149798 or 14331328. OLE color: 14331328.

HSL color Cylindrical-coordinate representation of color #C0ADDA: hue angle of 265.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0ADDA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 173 218 -
CMYK 0.12 0.21 0 0.15
HSL 265.33º 0.38% 0.77% -
HSV(B) 265.33º 0.21% 0.85% -
XYZ 49.34 46.16 72.64 -
YUV 183.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 192 173 218 0.12 0.21 0 0.15 265.33 0.38 0.77
Hex C0 AD DA C 15 0 F 109 26 4D
Octal 300 255 332 14 25 0 17 411 46 115
Binary 11000000 10101101 11011010 1100 10101 0 1111 100001001 100110 1001101

Color Harmonies of #C0ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADDA

Black with #C0ADDA

Text Example


Text Example

White with #C0ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADDA; }

 p { color: rgb(192,173,218); }

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

background-color css

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

 a { background-color: rgb(192,173,218); }

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

border-color css

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

 span { border-color: rgb(192,173,218); }

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