Html Css Color HEX #C892EC Wisteria

📋 copy color: '#C892EC'

red 200 ◦ green 146 ◦ blue 236

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

Shades of Wisteria #C892EC

Tints of Wisteria #C892EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 34.36%
G = 25.09%
B = 40.55%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C892EC (or 0xC892EC) is known color: Wisteria. HEX triplet: C8, 92 and EC. RGB value is (200,146,236). Sum of RGB (Red+Green+Blue) = 200+146+236=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #C892EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892EC is #376D13. Grayscale: #ACACAC. Windows color (decimal): -3632404 or 15504072. OLE color: 15504072.

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

Color convert

RGB 200 146 236 -
CMYK 0.15 0.38 0 0.07
HSL 276º 0.7% 0.75% -
HSV(B) 276º 0.38% 0.93% -
XYZ 49.24 38.89 84.27 -
YUV 172.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 200 146 236 0.15 0.38 0 0.07 276 0.7 0.75
Hex C8 92 EC F 26 0 7 114 46 4B
Octal 310 222 354 17 46 0 7 424 106 113
Binary 11001000 10010010 11101100 1111 100110 0 111 100010100 1000110 1001011

Color Harmonies of #C892EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892EC

Black with #C892EC

Text Example


Text Example

White with #C892EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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