Html Css Color HEX #C090FF Perfume

📋 copy color: '#C090FF'

red 192 ◦ green 144 ◦ blue 255

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

Shades of Perfume #C090FF

Tints of Perfume #C090FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.15%

R = 32.49%
G = 24.37%
B = 43.15%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C090FF (or 0xC090FF) is known color: Perfume. HEX triplet: C0, 90 and FF. RGB value is (192,144,255). Sum of RGB (Red+Green+Blue) = 192+144+255=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #C090FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090FF is #3F6F00. Grayscale: #AAAAAA. Windows color (decimal): -4157185 or 16748736. OLE color: 16748736.

HSL color Cylindrical-coordinate representation of color #C090FF: hue angle of 265.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C090FF is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 144 255 -
CMYK 0.25 0.44 0 0
HSL 265.95º 1% 0.78% -
HSV(B) 265.95º 0.44% 1% -
XYZ 49.76 38.37 99.39 -
YUV 171.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 192 144 255 0.25 0.44 0 0 265.95 1 0.78
Hex C0 90 FF 19 2C 0 0 10A 64 4E
Octal 300 220 377 31 54 0 0 412 144 116
Binary 11000000 10010000 11111111 11001 101100 0 0 100001010 1100100 1001110

Color Harmonies of #C090FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090FF

Black with #C090FF

Text Example


Text Example

White with #C090FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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