Html Css Color HEX #C3AFDF Moon Raker

📋 copy color: '#C3AFDF'

red 195 ◦ green 175 ◦ blue 223

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

Shades of Moon Raker #C3AFDF

Tints of Moon Raker #C3AFDF

RGB

 RED value IS 195 (76.56% from 255) = 32.88%

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

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

R = 32.88%
G = 29.51%
B = 37.61%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3AFDF (or 0xC3AFDF) is known color: Moon Raker. HEX triplet: C3, AF and DF. RGB value is (195,175,223). Sum of RGB (Red+Green+Blue) = 195+175+223=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFDF is #3C5020. Grayscale: #BABABA. Windows color (decimal): -3952673 or 14659523. OLE color: 14659523.

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

Color convert

RGB 195 175 223 -
CMYK 0.13 0.22 0 0.13
HSL 265º 0.43% 0.78% -
HSV(B) 265º 0.22% 0.87% -
XYZ 51.15 47.59 76.3 -
YUV 186.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 195 175 223 0.13 0.22 0 0.13 265 0.43 0.78
Hex C3 AF DF D 16 0 D 109 2B 4E
Octal 303 257 337 15 26 0 15 411 53 116
Binary 11000011 10101111 11011111 1101 10110 0 1101 100001001 101011 1001110

Color Harmonies of #C3AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFDF

Black with #C3AFDF

Text Example


Text Example

White with #C3AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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