Html Css Color HEX #C699FC Perfume

📋 copy color: '#C699FC'

red 198 ◦ green 153 ◦ blue 252

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

Shades of Perfume #C699FC

Tints of Perfume #C699FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.79%

R = 32.84%
G = 25.37%
B = 41.79%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C699FC (or 0xC699FC) is known color: Perfume. HEX triplet: C6, 99 and FC. RGB value is (198,153,252). Sum of RGB (Red+Green+Blue) = 198+153+252=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #C699FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699FC is #396603. Grayscale: #B1B1B1. Windows color (decimal): -3761668 or 16554438. OLE color: 16554438.

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

Color convert

RGB 198 153 252 -
CMYK 0.21 0.39 0 0.01
HSL 267.27º 0.94% 0.79% -
HSV(B) 267.27º 0.39% 0.99% -
XYZ 52.25 41.82 97.41 -
YUV 177.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 198 153 252 0.21 0.39 0 0.01 267.27 0.94 0.79
Hex C6 99 FC 15 27 0 1 10B 5E 4F
Octal 306 231 374 25 47 0 1 413 136 117
Binary 11000110 10011001 11111100 10101 100111 0 1 100001011 1011110 1001111

Color Harmonies of #C699FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699FC

Black with #C699FC

Text Example


Text Example

White with #C699FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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