Html Css Color HEX #C09CFD Perfume

📋 copy color: '#C09CFD'

red 192 ◦ green 156 ◦ blue 253

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

Shades of Perfume #C09CFD

Tints of Perfume #C09CFD

RGB

 RED value IS 192 (75.39% from 255) = 31.95%

 GREEN value IS 156 (61.33% from 255) = 25.96%

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

R = 31.95%
G = 25.96%
B = 42.1%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C09CFD (or 0xC09CFD) is known color: Perfume. HEX triplet: C0, 9C and FD. RGB value is (192,156,253). Sum of RGB (Red+Green+Blue) = 192+156+253=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #C09CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CFD is #3F6302. Grayscale: #B1B1B1. Windows color (decimal): -4154115 or 16620736. OLE color: 16620736.

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

Color convert

RGB 192 156 253 -
CMYK 0.24 0.38 0 0.01
HSL 262.27º 0.96% 0.8% -
HSV(B) 262.27º 0.38% 0.99% -
XYZ 51.36 42.08 98.34 -
YUV 177.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 192 156 253 0.24 0.38 0 0.01 262.27 0.96 0.8
Hex C0 9C FD 18 26 0 1 106 60 50
Octal 300 234 375 30 46 0 1 406 140 120
Binary 11000000 10011100 11111101 11000 100110 0 1 100000110 1100000 1010000

Color Harmonies of #C09CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CFD

Black with #C09CFD

Text Example


Text Example

White with #C09CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CFD; }

 p { color: rgb(192,156,253); }

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

background-color css

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

 a { background-color: rgb(192,156,253); }

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

border-color css

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

 span { border-color: rgb(192,156,253); }

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