Html Css Color HEX #C296EF Perfume

📋 copy color: '#C296EF'

red 194 ◦ green 150 ◦ blue 239

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

Shades of Perfume #C296EF

Tints of Perfume #C296EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 33.28%
G = 25.73%
B = 40.99%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C296EF (or 0xC296EF) is known color: Perfume. HEX triplet: C2, 96 and EF. RGB value is (194,150,239). Sum of RGB (Red+Green+Blue) = 194+150+239=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #C296EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296EF is #3D6910. Grayscale: #ACACAC. Windows color (decimal): -4024593 or 15701698. OLE color: 15701698.

HSL color Cylindrical-coordinate representation of color #C296EF: hue angle of 269.66º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C296EF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 150 239 -
CMYK 0.19 0.37 0 0.06
HSL 269.66º 0.74% 0.76% -
HSV(B) 269.66º 0.37% 0.94% -
XYZ 48.73 39.51 86.72 -
YUV 173.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 194 150 239 0.19 0.37 0 0.06 269.66 0.74 0.76
Hex C2 96 EF 13 25 0 6 10E 4A 4C
Octal 302 226 357 23 45 0 6 416 112 114
Binary 11000010 10010110 11101111 10011 100101 0 110 100001110 1001010 1001100

Color Harmonies of #C296EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296EF

Black with #C296EF

Text Example


Text Example

White with #C296EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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