Html Css Color HEX #C7ADF0 Perfume

📋 copy color: '#C7ADF0'

red 199 ◦ green 173 ◦ blue 240

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

Shades of Perfume #C7ADF0

Tints of Perfume #C7ADF0

RGB

 RED value IS 199 (78.13% from 255) = 32.52%

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

 BLUE value IS 240 (94.14% from 255) = 39.22%

R = 32.52%
G = 28.27%
B = 39.22%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C7ADF0 (or 0xC7ADF0) is known color: Perfume. HEX triplet: C7, AD and F0. RGB value is (199,173,240). Sum of RGB (Red+Green+Blue) = 199+173+240=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADF0 is #38520F. Grayscale: #BCBCBC. Windows color (decimal): -3691024 or 15773127. OLE color: 15773127.

HSL color Cylindrical-coordinate representation of color #C7ADF0: hue angle of 263.28º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7ADF0 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 173 240 -
CMYK 0.17 0.28 0 0.06
HSL 263.28º 0.69% 0.81% -
HSV(B) 263.28º 0.28% 0.94% -
XYZ 54.22 48.32 88.91 -
YUV 188.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 199 173 240 0.17 0.28 0 0.06 263.28 0.69 0.81
Hex C7 AD F0 11 1C 0 6 107 45 51
Octal 307 255 360 21 34 0 6 407 105 121
Binary 11000111 10101101 11110000 10001 11100 0 110 100000111 1000101 1010001

Color Harmonies of #C7ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADF0

Black with #C7ADF0

Text Example


Text Example

White with #C7ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADF0; }

 p { color: rgb(199,173,240); }

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

background-color css

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

 a { background-color: rgb(199,173,240); }

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

border-color css

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

 span { border-color: rgb(199,173,240); }

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