Html Css Color HEX #C295FE Perfume

📋 copy color: '#C295FE'

red 194 ◦ green 149 ◦ blue 254

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

Shades of Perfume #C295FE

Tints of Perfume #C295FE

RGB

 RED value IS 194 (76.17% from 255) = 32.5%

 GREEN value IS 149 (58.59% from 255) = 24.96%

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 32.5%
G = 24.96%
B = 42.55%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C295FE (or 0xC295FE) is known color: Perfume. HEX triplet: C2, 95 and FE. RGB value is (194,149,254). Sum of RGB (Red+Green+Blue) = 194+149+254=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C295FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295FE is #3D6A01. Grayscale: #AEAEAE. Windows color (decimal): -4024834 or 16684482. OLE color: 16684482.

HSL color Cylindrical-coordinate representation of color #C295FE: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C295FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 149 254 -
CMYK 0.24 0.41 0 0.00
HSL 265.71º 0.98% 0.79% -
HSV(B) 265.71º 0.41% 1% -
XYZ 50.88 40.12 98.83 -
YUV 174.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 194 149 254 0.24 0.41 0 0.00 265.71 0.98 0.79
Hex C2 95 FE 18 29 0 0 10A 62 4F
Octal 302 225 376 30 51 0 0 412 142 117
Binary 11000010 10010101 11111110 11000 101001 0 0 100001010 1100010 1001111

Color Harmonies of #C295FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295FE

Black with #C295FE

Text Example


Text Example

White with #C295FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295FE; }

 p { color: rgb(194,149,254); }

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

background-color css

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

 a { background-color: rgb(194,149,254); }

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

border-color css

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

 span { border-color: rgb(194,149,254); }

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