Html Css Color HEX #C69FFB Perfume

📋 copy color: '#C69FFB'

red 198 ◦ green 159 ◦ blue 251

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

Shades of Perfume #C69FFB

Tints of Perfume #C69FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.15%

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

R = 32.57%
G = 26.15%
B = 41.28%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C69FFB (or 0xC69FFB) is known color: Perfume. HEX triplet: C6, 9F and FB. RGB value is (198,159,251). Sum of RGB (Red+Green+Blue) = 198+159+251=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #C69FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FFB is #396004. Grayscale: #B4B4B4. Windows color (decimal): -3760133 or 16490438. OLE color: 16490438.

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

Color convert

RGB 198 159 251 -
CMYK 0.21 0.37 0 0.02
HSL 265.43º 0.92% 0.8% -
HSV(B) 265.43º 0.37% 0.98% -
XYZ 53.1 43.77 96.92 -
YUV 181.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 198 159 251 0.21 0.37 0 0.02 265.43 0.92 0.8
Hex C6 9F FB 15 25 0 2 109 5C 50
Octal 306 237 373 25 45 0 2 411 134 120
Binary 11000110 10011111 11111011 10101 100101 0 10 100001001 1011100 1010000

Color Harmonies of #C69FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FFB

Black with #C69FFB

Text Example


Text Example

White with #C69FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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