Html Css Color HEX #C69DF5 Perfume

📋 copy color: '#C69DF5'

red 198 ◦ green 157 ◦ blue 245

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

Shades of Perfume #C69DF5

Tints of Perfume #C69DF5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.17%

 BLUE value IS 245 (96.09% from 255) = 40.83%

R = 33%
G = 26.17%
B = 40.83%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C69DF5 (or 0xC69DF5) is known color: Perfume. HEX triplet: C6, 9D and F5. RGB value is (198,157,245). Sum of RGB (Red+Green+Blue) = 198+157+245=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #C69DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DF5 is #39620A. Grayscale: #B2B2B2. Windows color (decimal): -3760651 or 16096710. OLE color: 16096710.

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

Color convert

RGB 198 157 245 -
CMYK 0.19 0.36 0 0.04
HSL 267.95º 0.81% 0.79% -
HSV(B) 267.95º 0.36% 0.96% -
XYZ 51.83 42.71 91.9 -
YUV 179.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 198 157 245 0.19 0.36 0 0.04 267.95 0.81 0.79
Hex C6 9D F5 13 24 0 4 10C 51 4F
Octal 306 235 365 23 44 0 4 414 121 117
Binary 11000110 10011101 11110101 10011 100100 0 100 100001100 1010001 1001111

Color Harmonies of #C69DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DF5

Black with #C69DF5

Text Example


Text Example

White with #C69DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DF5; }

 p { color: rgb(198,157,245); }

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

background-color css

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

 a { background-color: rgb(198,157,245); }

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

border-color css

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

 span { border-color: rgb(198,157,245); }

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