Html Css Color HEX #C2AFDF Moon Raker

📋 copy color: '#C2AFDF'

red 194 ◦ green 175 ◦ blue 223

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

Shades of Moon Raker #C2AFDF

Tints of Moon Raker #C2AFDF

RGB

 RED value IS 194 (76.17% from 255) = 32.77%

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

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

R = 32.77%
G = 29.56%
B = 37.67%

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

#C2AFDF (or 0xC2AFDF) is known color: Moon Raker. HEX triplet: C2, AF and DF. RGB value is (194,175,223). Sum of RGB (Red+Green+Blue) = 194+175+223=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFDF is #3D5020. Grayscale: #B9B9B9. Windows color (decimal): -4018209 or 14659522. OLE color: 14659522.

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

Color convert

RGB 194 175 223 -
CMYK 0.13 0.22 0 0.13
HSL 263.75º 0.43% 0.78% -
HSV(B) 263.75º 0.22% 0.87% -
XYZ 50.9 47.46 76.29 -
YUV 186.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 194 175 223 0.13 0.22 0 0.13 263.75 0.43 0.78
Hex C2 AF DF D 16 0 D 108 2B 4E
Octal 302 257 337 15 26 0 15 410 53 116
Binary 11000010 10101111 11011111 1101 10110 0 1101 100001000 101011 1001110

Color Harmonies of #C2AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFDF

Black with #C2AFDF

Text Example


Text Example

White with #C2AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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