Html Css Color HEX #C0AFDF Moon Raker

📋 copy color: '#C0AFDF'

red 192 ◦ green 175 ◦ blue 223

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

Shades of Moon Raker #C0AFDF

Tints of Moon Raker #C0AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 32.54%
G = 29.66%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0AFDF (or 0xC0AFDF) is known color: Moon Raker. HEX triplet: C0, AF and DF. RGB value is (192,175,223). Sum of RGB (Red+Green+Blue) = 192+175+223=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFDF is #3F5020. Grayscale: #B9B9B9. Windows color (decimal): -4149281 or 14659520. OLE color: 14659520.

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

Color convert

RGB 192 175 223 -
CMYK 0.14 0.22 0 0.13
HSL 261.25º 0.43% 0.78% -
HSV(B) 261.25º 0.22% 0.87% -
XYZ 50.39 47.19 76.27 -
YUV 185.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 192 175 223 0.14 0.22 0 0.13 261.25 0.43 0.78
Hex C0 AF DF E 16 0 D 105 2B 4E
Octal 300 257 337 16 26 0 15 405 53 116
Binary 11000000 10101111 11011111 1110 10110 0 1101 100000101 101011 1001110

Color Harmonies of #C0AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFDF

Black with #C0AFDF

Text Example


Text Example

White with #C0AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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