Html Css Color HEX #C69AFB Perfume

📋 copy color: '#C69AFB'

red 198 ◦ green 154 ◦ blue 251

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

Shades of Perfume #C69AFB

Tints of Perfume #C69AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.54%

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

R = 32.84%
G = 25.54%
B = 41.63%

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

#C69AFB (or 0xC69AFB) is known color: Perfume. HEX triplet: C6, 9A and FB. RGB value is (198,154,251). Sum of RGB (Red+Green+Blue) = 198+154+251=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #C69AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AFB is #396504. Grayscale: #B1B1B1. Windows color (decimal): -3761413 or 16489158. OLE color: 16489158.

HSL color Cylindrical-coordinate representation of color #C69AFB: hue angle of 267.22º 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 #C69AFB is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 154 251 -
CMYK 0.21 0.39 0 0.02
HSL 267.22º 0.92% 0.79% -
HSV(B) 267.22º 0.39% 0.98% -
XYZ 52.26 42.08 96.64 -
YUV 178.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 198 154 251 0.21 0.39 0 0.02 267.22 0.92 0.79
Hex C6 9A FB 15 27 0 2 10B 5C 4F
Octal 306 232 373 25 47 0 2 413 134 117
Binary 11000110 10011010 11111011 10101 100111 0 10 100001011 1011100 1001111

Color Harmonies of #C69AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AFB

Black with #C69AFB

Text Example


Text Example

White with #C69AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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