Html Css Color HEX #C092EE Wisteria

📋 copy color: '#C092EE'

red 192 ◦ green 146 ◦ blue 238

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

Shades of Wisteria #C092EE

Tints of Wisteria #C092EE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.35%

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 33.33%
G = 25.35%
B = 41.32%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C092EE (or 0xC092EE) is known color: Wisteria. HEX triplet: C0, 92 and EE. RGB value is (192,146,238). Sum of RGB (Red+Green+Blue) = 192+146+238=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #C092EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092EE is #3F6D11. Grayscale: #A9A9A9. Windows color (decimal): -4156690 or 15635136. OLE color: 15635136.

HSL color Cylindrical-coordinate representation of color #C092EE: hue angle of 270º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C092EE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 146 238 -
CMYK 0.19 0.39 0 0.07
HSL 270º 0.73% 0.75% -
HSV(B) 270º 0.39% 0.93% -
XYZ 47.45 37.94 85.71 -
YUV 170.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 192 146 238 0.19 0.39 0 0.07 270 0.73 0.75
Hex C0 92 EE 13 27 0 7 10E 49 4B
Octal 300 222 356 23 47 0 7 416 111 113
Binary 11000000 10010010 11101110 10011 100111 0 111 100001110 1001001 1001011

Color Harmonies of #C092EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092EE

Black with #C092EE

Text Example


Text Example

White with #C092EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092EE; }

 p { color: rgb(192,146,238); }

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

background-color css

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

 a { background-color: rgb(192,146,238); }

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

border-color css

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

 span { border-color: rgb(192,146,238); }

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