Html Css Color HEX #C297EF Perfume

📋 copy color: '#C297EF'

red 194 ◦ green 151 ◦ blue 239

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

Shades of Perfume #C297EF

Tints of Perfume #C297EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.86%

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

R = 33.22%
G = 25.86%
B = 40.92%

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

#C297EF (or 0xC297EF) is known color: Perfume. HEX triplet: C2, 97 and EF. RGB value is (194,151,239). Sum of RGB (Red+Green+Blue) = 194+151+239=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #C297EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C297EF is #3D6810. Grayscale: #ADADAD. Windows color (decimal): -4024337 or 15701954. OLE color: 15701954.

HSL color Cylindrical-coordinate representation of color #C297EF: hue angle of 269.32º degrees, saturation: 0.73, 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 #C297EF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 151 239 -
CMYK 0.19 0.37 0 0.06
HSL 269.32º 0.73% 0.76% -
HSV(B) 269.32º 0.37% 0.94% -
XYZ 48.89 39.83 86.77 -
YUV 173.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 194 151 239 0.19 0.37 0 0.06 269.32 0.73 0.76
Hex C2 97 EF 13 25 0 6 10D 49 4C
Octal 302 227 357 23 45 0 6 415 111 114
Binary 11000010 10010111 11101111 10011 100101 0 110 100001101 1001001 1001100

Color Harmonies of #C297EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297EF

Black with #C297EF

Text Example


Text Example

White with #C297EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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