Html Css Color HEX #C699FB Perfume

📋 copy color: '#C699FB'

red 198 ◦ green 153 ◦ blue 251

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

Shades of Perfume #C699FB

Tints of Perfume #C699FB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.42%

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

R = 32.89%
G = 25.42%
B = 41.69%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C699FB (or 0xC699FB) is known color: Perfume. HEX triplet: C6, 99 and FB. RGB value is (198,153,251). Sum of RGB (Red+Green+Blue) = 198+153+251=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #C699FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699FB is #396604. Grayscale: #B1B1B1. Windows color (decimal): -3761669 or 16488902. OLE color: 16488902.

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

Color convert

RGB 198 153 251 -
CMYK 0.21 0.39 0 0.02
HSL 267.55º 0.92% 0.79% -
HSV(B) 267.55º 0.39% 0.98% -
XYZ 52.09 41.75 96.58 -
YUV 177.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 198 153 251 0.21 0.39 0 0.02 267.55 0.92 0.79
Hex C6 99 FB 15 27 0 2 10C 5C 4F
Octal 306 231 373 25 47 0 2 414 134 117
Binary 11000110 10011001 11111011 10101 100111 0 10 100001100 1011100 1001111

Color Harmonies of #C699FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699FB

Black with #C699FB

Text Example


Text Example

White with #C699FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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