Html Css Color HEX #C395FD Perfume

📋 copy color: '#C395FD'

red 195 ◦ green 149 ◦ blue 253

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

Shades of Perfume #C395FD

Tints of Perfume #C395FD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.96%

 BLUE value IS 253 (99.22% from 255) = 42.38%

R = 32.66%
G = 24.96%
B = 42.38%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C395FD (or 0xC395FD) is known color: Perfume. HEX triplet: C3, 95 and FD. RGB value is (195,149,253). Sum of RGB (Red+Green+Blue) = 195+149+253=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #C395FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C395FD is #3C6A02. Grayscale: #AEAEAE. Windows color (decimal): -3959299 or 16618947. OLE color: 16618947.

HSL color Cylindrical-coordinate representation of color #C395FD: hue angle of 266.54º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C395FD is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 149 253 -
CMYK 0.23 0.41 0 0.01
HSL 266.54º 0.96% 0.79% -
HSV(B) 266.54º 0.41% 0.99% -
XYZ 50.98 40.19 98 -
YUV 174.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 195 149 253 0.23 0.41 0 0.01 266.54 0.96 0.79
Hex C3 95 FD 17 29 0 1 10B 60 4F
Octal 303 225 375 27 51 0 1 413 140 117
Binary 11000011 10010101 11111101 10111 101001 0 1 100001011 1100000 1001111

Color Harmonies of #C395FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395FD

Black with #C395FD

Text Example


Text Example

White with #C395FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395FD; }

 p { color: rgb(195,149,253); }

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

background-color css

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

 a { background-color: rgb(195,149,253); }

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

border-color css

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

 span { border-color: rgb(195,149,253); }

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