Html Css Color HEX #C3ADD2 Perfume

📋 copy color: '#C3ADD2'

red 195 ◦ green 173 ◦ blue 210

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

Shades of Perfume #C3ADD2

Tints of Perfume #C3ADD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 33.74%
G = 29.93%
B = 36.33%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C3ADD2 (or 0xC3ADD2) is known color: Perfume. HEX triplet: C3, AD and D2. RGB value is (195,173,210). Sum of RGB (Red+Green+Blue) = 195+173+210=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADD2 is #3C522D. Grayscale: #B7B7B7. Windows color (decimal): -3953198 or 13807043. OLE color: 13807043.

HSL color Cylindrical-coordinate representation of color #C3ADD2: hue angle of 275.68º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3ADD2 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 173 210 -
CMYK 0.07 0.18 0 0.18
HSL 275.68º 0.29% 0.75% -
HSV(B) 275.68º 0.18% 0.82% -
XYZ 49.08 46.14 67.29 -
YUV 183.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 195 173 210 0.07 0.18 0 0.18 275.68 0.29 0.75
Hex C3 AD D2 7 12 0 12 114 1D 4B
Octal 303 255 322 7 22 0 22 424 35 113
Binary 11000011 10101101 11010010 111 10010 0 10010 100010100 11101 1001011

Color Harmonies of #C3ADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADD2

Black with #C3ADD2

Text Example


Text Example

White with #C3ADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADD2; }

 p { color: rgb(195,173,210); }

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

background-color css

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

 a { background-color: rgb(195,173,210); }

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

border-color css

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

 span { border-color: rgb(195,173,210); }

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