Html Css Color HEX #C892E0 Wisteria

📋 copy color: '#C892E0'

red 200 ◦ green 146 ◦ blue 224

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

Shades of Wisteria #C892E0

Tints of Wisteria #C892E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.3%

R = 35.09%
G = 25.61%
B = 39.3%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C892E0 (or 0xC892E0) is known color: Wisteria. HEX triplet: C8, 92 and E0. RGB value is (200,146,224). Sum of RGB (Red+Green+Blue) = 200+146+224=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #C892E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892E0 is #376D1F. Grayscale: #AAAAAA. Windows color (decimal): -3632416 or 14717640. OLE color: 14717640.

HSL color Cylindrical-coordinate representation of color #C892E0: hue angle of 281.54º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C892E0 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 146 224 -
CMYK 0.11 0.35 0 0.12
HSL 281.54º 0.56% 0.73% -
HSV(B) 281.54º 0.35% 0.88% -
XYZ 47.55 38.22 75.39 -
YUV 171.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 200 146 224 0.11 0.35 0 0.12 281.54 0.56 0.73
Hex C8 92 E0 B 23 0 C 11A 38 49
Octal 310 222 340 13 43 0 14 432 70 111
Binary 11001000 10010010 11100000 1011 100011 0 1100 100011010 111000 1001001

Color Harmonies of #C892E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892E0

Black with #C892E0

Text Example


Text Example

White with #C892E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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