Html Css Color HEX #C3B3DE Moon Raker

📋 copy color: '#C3B3DE'

red 195 ◦ green 179 ◦ blue 222

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

Shades of Moon Raker #C3B3DE

Tints of Moon Raker #C3B3DE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.03%

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 32.72%
G = 30.03%
B = 37.25%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3B3DE (or 0xC3B3DE) is known color: Moon Raker. HEX triplet: C3, B3 and DE. RGB value is (195,179,222). Sum of RGB (Red+Green+Blue) = 195+179+222=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3B3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B3DE is #3C4C21. Grayscale: #BCBCBC. Windows color (decimal): -3951650 or 14595011. OLE color: 14595011.

HSL color Cylindrical-coordinate representation of color #C3B3DE: hue angle of 262.33º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3B3DE is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 179 222 -
CMYK 0.12 0.19 0 0.13
HSL 262.33º 0.39% 0.79% -
HSV(B) 262.33º 0.19% 0.87% -
XYZ 51.81 49.12 75.86 -
YUV 188.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 195 179 222 0.12 0.19 0 0.13 262.33 0.39 0.79
Hex C3 B3 DE C 13 0 D 106 27 4F
Octal 303 263 336 14 23 0 15 406 47 117
Binary 11000011 10110011 11011110 1100 10011 0 1101 100000110 100111 1001111

Color Harmonies of #C3B3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B3DE

Black with #C3B3DE

Text Example


Text Example

White with #C3B3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B3DE; }

 p { color: rgb(195,179,222); }

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

background-color css

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

 a { background-color: rgb(195,179,222); }

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

border-color css

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

 span { border-color: rgb(195,179,222); }

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