Html Css Color HEX #C092CD Wisteria

📋 copy color: '#C092CD'

red 192 ◦ green 146 ◦ blue 205

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

Shades of Wisteria #C092CD

Tints of Wisteria #C092CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 35.36%
G = 26.89%
B = 37.75%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C092CD (or 0xC092CD) is known color: Wisteria. HEX triplet: C0, 92 and CD. RGB value is (192,146,205). Sum of RGB (Red+Green+Blue) = 192+146+205=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C092CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092CD is #3F6D32. Grayscale: #A6A6A6. Windows color (decimal): -4156723 or 13472448. OLE color: 13472448.

HSL color Cylindrical-coordinate representation of color #C092CD: hue angle of 286.78º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C092CD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 146 205 -
CMYK 0.06 0.29 0 0.20
HSL 286.78º 0.37% 0.69% -
HSV(B) 286.78º 0.29% 0.8% -
XYZ 43.04 36.17 62.47 -
YUV 166.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 192 146 205 0.06 0.29 0 0.20 286.78 0.37 0.69
Hex C0 92 CD 6 1D 0 14 11F 25 45
Octal 300 222 315 6 35 0 24 437 45 105
Binary 11000000 10010010 11001101 110 11101 0 10100 100011111 100101 1000101

Color Harmonies of #C092CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092CD

Black with #C092CD

Text Example


Text Example

White with #C092CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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