Html Css Color HEX #C092CE Wisteria

📋 copy color: '#C092CE'

red 192 ◦ green 146 ◦ blue 206

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

Shades of Wisteria #C092CE

Tints of Wisteria #C092CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 35.29%
G = 26.84%
B = 37.87%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C092CE (or 0xC092CE) is known color: Wisteria. HEX triplet: C0, 92 and CE. RGB value is (192,146,206). Sum of RGB (Red+Green+Blue) = 192+146+206=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #C092CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092CE is #3F6D31. Grayscale: #A6A6A6. Windows color (decimal): -4156722 or 13537984. OLE color: 13537984.

HSL color Cylindrical-coordinate representation of color #C092CE: hue angle of 286º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C092CE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 146 206 -
CMYK 0.07 0.29 0 0.19
HSL 286º 0.38% 0.69% -
HSV(B) 286º 0.29% 0.81% -
XYZ 43.16 36.22 63.11 -
YUV 166.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 192 146 206 0.07 0.29 0 0.19 286 0.38 0.69
Hex C0 92 CE 7 1D 0 13 11E 26 45
Octal 300 222 316 7 35 0 23 436 46 105
Binary 11000000 10010010 11001110 111 11101 0 10011 100011110 100110 1000101

Color Harmonies of #C092CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092CE

Black with #C092CE

Text Example


Text Example

White with #C092CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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