Html Css Color HEX #C69BFB Perfume

📋 copy color: '#C69BFB'

red 198 ◦ green 155 ◦ blue 251

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

Shades of Perfume #C69BFB

Tints of Perfume #C69BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.66%

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

R = 32.78%
G = 25.66%
B = 41.56%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C69BFB (or 0xC69BFB) is known color: Perfume. HEX triplet: C6, 9B and FB. RGB value is (198,155,251). Sum of RGB (Red+Green+Blue) = 198+155+251=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #C69BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BFB is #396404. Grayscale: #B2B2B2. Windows color (decimal): -3761157 or 16489414. OLE color: 16489414.

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

Color convert

RGB 198 155 251 -
CMYK 0.21 0.38 0 0.02
HSL 266.88º 0.92% 0.8% -
HSV(B) 266.88º 0.38% 0.98% -
XYZ 52.42 42.41 96.69 -
YUV 178.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 198 155 251 0.21 0.38 0 0.02 266.88 0.92 0.8
Hex C6 9B FB 15 26 0 2 10B 5C 50
Octal 306 233 373 25 46 0 2 413 134 120
Binary 11000110 10011011 11111011 10101 100110 0 10 100001011 1011100 1010000

Color Harmonies of #C69BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BFB

Black with #C69BFB

Text Example


Text Example

White with #C69BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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