Html Css Color HEX #C092CF Wisteria

📋 copy color: '#C092CF'

red 192 ◦ green 146 ◦ blue 207

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

Shades of Wisteria #C092CF

Tints of Wisteria #C092CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 35.23%
G = 26.79%
B = 37.98%

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

#C092CF (or 0xC092CF) is known color: Wisteria. HEX triplet: C0, 92 and CF. RGB value is (192,146,207). Sum of RGB (Red+Green+Blue) = 192+146+207=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #C092CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092CF is #3F6D30. Grayscale: #A6A6A6. Windows color (decimal): -4156721 or 13603520. OLE color: 13603520.

HSL color Cylindrical-coordinate representation of color #C092CF: hue angle of 285.25º degrees, saturation: 0.39, 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 #C092CF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 146 207 -
CMYK 0.07 0.29 0 0.19
HSL 285.25º 0.39% 0.69% -
HSV(B) 285.25º 0.29% 0.81% -
XYZ 43.28 36.27 63.75 -
YUV 166.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 192 146 207 0.07 0.29 0 0.19 285.25 0.39 0.69
Hex C0 92 CF 7 1D 0 13 11D 27 45
Octal 300 222 317 7 35 0 23 435 47 105
Binary 11000000 10010010 11001111 111 11101 0 10011 100011101 100111 1000101

Color Harmonies of #C092CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092CF

Black with #C092CF

Text Example


Text Example

White with #C092CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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