Html Css Color HEX #C892FC Wisteria

📋 copy color: '#C892FC'

red 200 ◦ green 146 ◦ blue 252

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

Shades of Wisteria #C892FC

Tints of Wisteria #C892FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 33.44%
G = 24.41%
B = 42.14%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C892FC (or 0xC892FC) is known color: Wisteria. HEX triplet: C8, 92 and FC. RGB value is (200,146,252). Sum of RGB (Red+Green+Blue) = 200+146+252=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #C892FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892FC is #376D03. Grayscale: #ADADAD. Windows color (decimal): -3632388 or 16552648. OLE color: 16552648.

HSL color Cylindrical-coordinate representation of color #C892FC: hue angle of 270.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C892FC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 146 252 -
CMYK 0.21 0.42 0 0.01
HSL 270.57º 0.95% 0.78% -
HSV(B) 270.57º 0.42% 0.99% -
XYZ 51.67 39.87 97.07 -
YUV 174.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 200 146 252 0.21 0.42 0 0.01 270.57 0.95 0.78
Hex C8 92 FC 15 2A 0 1 10F 5F 4E
Octal 310 222 374 25 52 0 1 417 137 116
Binary 11001000 10010010 11111100 10101 101010 0 1 100001111 1011111 1001110

Color Harmonies of #C892FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892FC

Black with #C892FC

Text Example


Text Example

White with #C892FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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