Html Css Color HEX #C295FB Perfume

📋 copy color: '#C295FB'

red 194 ◦ green 149 ◦ blue 251

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

Shades of Perfume #C295FB

Tints of Perfume #C295FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 32.66%
G = 25.08%
B = 42.26%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C295FB (or 0xC295FB) is known color: Perfume. HEX triplet: C2, 95 and FB. RGB value is (194,149,251). Sum of RGB (Red+Green+Blue) = 194+149+251=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C295FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295FB is #3D6A04. Grayscale: #ADADAD. Windows color (decimal): -4024837 or 16487874. OLE color: 16487874.

HSL color Cylindrical-coordinate representation of color #C295FB: hue angle of 266.47º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C295FB is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 149 251 -
CMYK 0.23 0.41 0 0.02
HSL 266.47º 0.93% 0.78% -
HSV(B) 266.47º 0.41% 0.98% -
XYZ 50.41 39.93 96.32 -
YUV 174.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 194 149 251 0.23 0.41 0 0.02 266.47 0.93 0.78
Hex C2 95 FB 17 29 0 2 10A 5D 4E
Octal 302 225 373 27 51 0 2 412 135 116
Binary 11000010 10010101 11111011 10111 101001 0 10 100001010 1011101 1001110

Color Harmonies of #C295FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295FB

Black with #C295FB

Text Example


Text Example

White with #C295FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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