Html Css Color HEX #C39BFB Perfume

📋 copy color: '#C39BFB'

red 195 ◦ green 155 ◦ blue 251

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

Shades of Perfume #C39BFB

Tints of Perfume #C39BFB

RGB

 RED value IS 195 (76.56% from 255) = 32.45%

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

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

R = 32.45%
G = 25.79%
B = 41.76%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C39BFB (or 0xC39BFB) is known color: Perfume. HEX triplet: C3, 9B and FB. RGB value is (195,155,251). Sum of RGB (Red+Green+Blue) = 195+155+251=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #C39BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C39BFB is #3C6404. Grayscale: #B1B1B1. Windows color (decimal): -3957765 or 16489411. OLE color: 16489411.

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

Color convert

RGB 195 155 251 -
CMYK 0.22 0.38 0 0.02
HSL 265º 0.92% 0.8% -
HSV(B) 265º 0.38% 0.98% -
XYZ 51.64 42.01 96.65 -
YUV 177.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 195 155 251 0.22 0.38 0 0.02 265 0.92 0.8
Hex C3 9B FB 16 26 0 2 109 5C 50
Octal 303 233 373 26 46 0 2 411 134 120
Binary 11000011 10011011 11111011 10110 100110 0 10 100001001 1011100 1010000

Color Harmonies of #C39BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BFB

Black with #C39BFB

Text Example


Text Example

White with #C39BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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