Html Css Color HEX #C69FF6 Perfume

📋 copy color: '#C69FF6'

red 198 ◦ green 159 ◦ blue 246

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

Shades of Perfume #C69FF6

Tints of Perfume #C69FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.8%

R = 32.84%
G = 26.37%
B = 40.8%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C69FF6 (or 0xC69FF6) is known color: Perfume. HEX triplet: C6, 9F and F6. RGB value is (198,159,246). Sum of RGB (Red+Green+Blue) = 198+159+246=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #C69FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FF6 is #396009. Grayscale: #B4B4B4. Windows color (decimal): -3760138 or 16162758. OLE color: 16162758.

HSL color Cylindrical-coordinate representation of color #C69FF6: hue angle of 266.9º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69FF6 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 159 246 -
CMYK 0.20 0.35 0 0.04
HSL 266.9º 0.83% 0.79% -
HSV(B) 266.9º 0.35% 0.96% -
XYZ 52.32 43.46 92.82 -
YUV 180.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 198 159 246 0.20 0.35 0 0.04 266.9 0.83 0.79
Hex C6 9F F6 14 23 0 4 10B 53 4F
Octal 306 237 366 24 43 0 4 413 123 117
Binary 11000110 10011111 11110110 10100 100011 0 100 100001011 1010011 1001111

Color Harmonies of #C69FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FF6

Black with #C69FF6

Text Example


Text Example

White with #C69FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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