Html Css Color HEX #C090F9 Perfume

📋 copy color: '#C090F9'

red 192 ◦ green 144 ◦ blue 249

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

Shades of Perfume #C090F9

Tints of Perfume #C090F9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.62%

 BLUE value IS 249 (97.66% from 255) = 42.56%

R = 32.82%
G = 24.62%
B = 42.56%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C090F9 (or 0xC090F9) is known color: Perfume. HEX triplet: C0, 90 and F9. RGB value is (192,144,249). Sum of RGB (Red+Green+Blue) = 192+144+249=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #C090F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090F9 is #3F6F06. Grayscale: #A9A9A9. Windows color (decimal): -4157191 or 16355520. OLE color: 16355520.

HSL color Cylindrical-coordinate representation of color #C090F9: hue angle of 267.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C090F9 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 144 249 -
CMYK 0.23 0.42 0 0.02
HSL 267.43º 0.9% 0.77% -
HSV(B) 267.43º 0.42% 0.98% -
XYZ 48.81 37.99 94.38 -
YUV 170.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 192 144 249 0.23 0.42 0 0.02 267.43 0.9 0.77
Hex C0 90 F9 17 2A 0 2 10B 5A 4D
Octal 300 220 371 27 52 0 2 413 132 115
Binary 11000000 10010000 11111001 10111 101010 0 10 100001011 1011010 1001101

Color Harmonies of #C090F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090F9

Black with #C090F9

Text Example


Text Example

White with #C090F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090F9; }

 p { color: rgb(192,144,249); }

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

background-color css

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

 a { background-color: rgb(192,144,249); }

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

border-color css

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

 span { border-color: rgb(192,144,249); }

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