Html Css Color HEX #C297FD Perfume

📋 copy color: '#C297FD'

red 194 ◦ green 151 ◦ blue 253

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

Shades of Perfume #C297FD

Tints of Perfume #C297FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 32.44%
G = 25.25%
B = 42.31%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C297FD (or 0xC297FD) is known color: Perfume. HEX triplet: C2, 97 and FD. RGB value is (194,151,253). Sum of RGB (Red+Green+Blue) = 194+151+253=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #C297FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C297FD is #3D6802. Grayscale: #AFAFAF. Windows color (decimal): -4024323 or 16619458. OLE color: 16619458.

HSL color Cylindrical-coordinate representation of color #C297FD: hue angle of 265.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C297FD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 151 253 -
CMYK 0.23 0.40 0 0.01
HSL 265.29º 0.96% 0.79% -
HSV(B) 265.29º 0.4% 0.99% -
XYZ 51.04 40.69 98.09 -
YUV 175.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 194 151 253 0.23 0.40 0 0.01 265.29 0.96 0.79
Hex C2 97 FD 17 28 0 1 109 60 4F
Octal 302 227 375 27 50 0 1 411 140 117
Binary 11000010 10010111 11111101 10111 101000 0 1 100001001 1100000 1001111

Color Harmonies of #C297FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297FD

Black with #C297FD

Text Example


Text Example

White with #C297FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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