Html Css Color HEX #C7B2E0 Perfume

📋 copy color: '#C7B2E0'

red 199 ◦ green 178 ◦ blue 224

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

Shades of Perfume #C7B2E0

Tints of Perfume #C7B2E0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.62%

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 33.11%
G = 29.62%
B = 37.27%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C7B2E0 (or 0xC7B2E0) is known color: Perfume. HEX triplet: C7, B2 and E0. RGB value is (199,178,224). Sum of RGB (Red+Green+Blue) = 199+178+224=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7B2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2E0 is #384D1F. Grayscale: #BDBDBD. Windows color (decimal): -3689760 or 14725831. OLE color: 14725831.

HSL color Cylindrical-coordinate representation of color #C7B2E0: hue angle of 267.39º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7B2E0 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 178 224 -
CMYK 0.11 0.21 0 0.12
HSL 267.39º 0.43% 0.79% -
HSV(B) 267.39º 0.21% 0.88% -
XYZ 52.93 49.36 77.26 -
YUV 189.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 199 178 224 0.11 0.21 0 0.12 267.39 0.43 0.79
Hex C7 B2 E0 B 15 0 C 10B 2B 4F
Octal 307 262 340 13 25 0 14 413 53 117
Binary 11000111 10110010 11100000 1011 10101 0 1100 100001011 101011 1001111

Color Harmonies of #C7B2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B2E0

Black with #C7B2E0

Text Example


Text Example

White with #C7B2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B2E0; }

 p { color: rgb(199,178,224); }

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

background-color css

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

 a { background-color: rgb(199,178,224); }

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

border-color css

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

 span { border-color: rgb(199,178,224); }

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