Html Css Color HEX #C296FF Perfume

📋 copy color: '#C296FF'

red 194 ◦ green 150 ◦ blue 255

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

Shades of Perfume #C296FF

Tints of Perfume #C296FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.04%

 BLUE value IS 255 (100% from 255) = 42.57%

R = 32.39%
G = 25.04%
B = 42.57%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C296FF (or 0xC296FF) is known color: Perfume. HEX triplet: C2, 96 and FF. RGB value is (194,150,255). Sum of RGB (Red+Green+Blue) = 194+150+255=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C296FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296FF is #3D6900. Grayscale: #AEAEAE. Windows color (decimal): -4024577 or 16750274. OLE color: 16750274.

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

Color convert

RGB 194 150 255 -
CMYK 0.24 0.41 0 0
HSL 265.14º 1% 0.79% -
HSV(B) 265.14º 0.41% 1% -
XYZ 51.2 40.5 99.73 -
YUV 175.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 194 150 255 0.24 0.41 0 0 265.14 1 0.79
Hex C2 96 FF 18 29 0 0 109 64 4F
Octal 302 226 377 30 51 0 0 411 144 117
Binary 11000010 10010110 11111111 11000 101001 0 0 100001001 1100100 1001111

Color Harmonies of #C296FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296FF

Black with #C296FF

Text Example


Text Example

White with #C296FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296FF; }

 p { color: rgb(194,150,255); }

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

background-color css

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

 a { background-color: rgb(194,150,255); }

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

border-color css

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

 span { border-color: rgb(194,150,255); }

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