Html Css Color HEX #C892EB Wisteria

📋 copy color: '#C892EB'

red 200 ◦ green 146 ◦ blue 235

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

Shades of Wisteria #C892EB

Tints of Wisteria #C892EB

RGB

 RED value IS 200 (78.52% from 255) = 34.42%

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

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 34.42%
G = 25.13%
B = 40.45%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C892EB (or 0xC892EB) is known color: Wisteria. HEX triplet: C8, 92 and EB. RGB value is (200,146,235). Sum of RGB (Red+Green+Blue) = 200+146+235=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C892EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892EB is #376D14. Grayscale: #ABABAB. Windows color (decimal): -3632405 or 15438536. OLE color: 15438536.

HSL color Cylindrical-coordinate representation of color #C892EB: hue angle of 276.4º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C892EB is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 146 235 -
CMYK 0.15 0.38 0 0.08
HSL 276.4º 0.69% 0.75% -
HSV(B) 276.4º 0.38% 0.92% -
XYZ 49.09 38.84 83.51 -
YUV 172.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 200 146 235 0.15 0.38 0 0.08 276.4 0.69 0.75
Hex C8 92 EB F 26 0 8 114 45 4B
Octal 310 222 353 17 46 0 10 424 105 113
Binary 11001000 10010010 11101011 1111 100110 0 1000 100010100 1000101 1001011

Color Harmonies of #C892EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892EB

Black with #C892EB

Text Example


Text Example

White with #C892EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892EB; }

 p { color: rgb(200,146,235); }

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

background-color css

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

 a { background-color: rgb(200,146,235); }

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

border-color css

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

 span { border-color: rgb(200,146,235); }

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