Html Css Color HEX #C69DF2 Perfume

📋 copy color: '#C69DF2'

red 198 ◦ green 157 ◦ blue 242

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

Shades of Perfume #C69DF2

Tints of Perfume #C69DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.54%

R = 33.17%
G = 26.3%
B = 40.54%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C69DF2 (or 0xC69DF2) is known color: Perfume. HEX triplet: C6, 9D and F2. RGB value is (198,157,242). Sum of RGB (Red+Green+Blue) = 198+157+242=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #C69DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DF2 is #39620D. Grayscale: #B2B2B2. Windows color (decimal): -3760654 or 15900102. OLE color: 15900102.

HSL color Cylindrical-coordinate representation of color #C69DF2: hue angle of 268.94º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69DF2 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 157 242 -
CMYK 0.18 0.35 0 0.05
HSL 268.94º 0.77% 0.78% -
HSV(B) 268.94º 0.35% 0.95% -
XYZ 51.37 42.53 89.51 -
YUV 178.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 198 157 242 0.18 0.35 0 0.05 268.94 0.77 0.78
Hex C6 9D F2 12 23 0 5 10D 4D 4E
Octal 306 235 362 22 43 0 5 415 115 116
Binary 11000110 10011101 11110010 10010 100011 0 101 100001101 1001101 1001110

Color Harmonies of #C69DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DF2

Black with #C69DF2

Text Example


Text Example

White with #C69DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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