Html Css Color HEX #C1A7F4 Perfume

📋 copy color: '#C1A7F4'

red 193 ◦ green 167 ◦ blue 244

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

Shades of Perfume #C1A7F4

Tints of Perfume #C1A7F4

RGB

 RED value IS 193 (75.78% from 255) = 31.95%

 GREEN value IS 167 (65.63% from 255) = 27.65%

 BLUE value IS 244 (95.7% from 255) = 40.4%

R = 31.95%
G = 27.65%
B = 40.4%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C1A7F4 (or 0xC1A7F4) is known color: Perfume. HEX triplet: C1, A7 and F4. RGB value is (193,167,244). Sum of RGB (Red+Green+Blue) = 193+167+244=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #C1A7F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A7F4 is #3E580B. Grayscale: #B7B7B7. Windows color (decimal): -4085772 or 16033729. OLE color: 16033729.

HSL color Cylindrical-coordinate representation of color #C1A7F4: hue angle of 260.26º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1A7F4 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 167 244 -
CMYK 0.21 0.32 0 0.04
HSL 260.26º 0.78% 0.81% -
HSV(B) 260.26º 0.32% 0.96% -
XYZ 52.14 45.51 91.62 -
YUV 183.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 193 167 244 0.21 0.32 0 0.04 260.26 0.78 0.81
Hex C1 A7 F4 15 20 0 4 104 4E 51
Octal 301 247 364 25 40 0 4 404 116 121
Binary 11000001 10100111 11110100 10101 100000 0 100 100000100 1001110 1010001

Color Harmonies of #C1A7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A7F4

Black with #C1A7F4

Text Example


Text Example

White with #C1A7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A7F4; }

 p { color: rgb(193,167,244); }

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

background-color css

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

 a { background-color: rgb(193,167,244); }

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

border-color css

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

 span { border-color: rgb(193,167,244); }

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