Html Css Color HEX #C697FB Perfume

📋 copy color: '#C697FB'

red 198 ◦ green 151 ◦ blue 251

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

Shades of Perfume #C697FB

Tints of Perfume #C697FB

RGB

 RED value IS 198 (77.73% from 255) = 33%

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

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

R = 33%
G = 25.17%
B = 41.83%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C697FB (or 0xC697FB) is known color: Perfume. HEX triplet: C6, 97 and FB. RGB value is (198,151,251). Sum of RGB (Red+Green+Blue) = 198+151+251=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #C697FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697FB is #396804. Grayscale: #B0B0B0. Windows color (decimal): -3762181 or 16488390. OLE color: 16488390.

HSL color Cylindrical-coordinate representation of color #C697FB: hue angle of 268.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C697FB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 151 251 -
CMYK 0.21 0.40 0 0.02
HSL 268.2º 0.93% 0.79% -
HSV(B) 268.2º 0.4% 0.98% -
XYZ 51.77 41.1 96.47 -
YUV 176.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 198 151 251 0.21 0.40 0 0.02 268.2 0.93 0.79
Hex C6 97 FB 15 28 0 2 10C 5D 4F
Octal 306 227 373 25 50 0 2 414 135 117
Binary 11000110 10010111 11111011 10101 101000 0 10 100001100 1011101 1001111

Color Harmonies of #C697FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697FB

Black with #C697FB

Text Example


Text Example

White with #C697FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697FB; }

 p { color: rgb(198,151,251); }

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

background-color css

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

 a { background-color: rgb(198,151,251); }

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

border-color css

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

 span { border-color: rgb(198,151,251); }

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