Html Css Color HEX #C898FA Wisteria

📋 copy color: '#C898FA'

red 200 ◦ green 152 ◦ blue 250

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

Shades of Wisteria #C898FA

Tints of Wisteria #C898FA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.25%

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 33.22%
G = 25.25%
B = 41.53%

CMYK

 C value IS 0.2

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C898FA (or 0xC898FA) is known color: Wisteria. HEX triplet: C8, 98 and FA. RGB value is (200,152,250). Sum of RGB (Red+Green+Blue) = 200+152+250=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #C898FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898FA is #376705. Grayscale: #B1B1B1. Windows color (decimal): -3630854 or 16423112. OLE color: 16423112.

HSL color Cylindrical-coordinate representation of color #C898FA: hue angle of 269.39º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C898FA is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 152 250 -
CMYK 0.2 0.39 0 0.02
HSL 269.39º 0.91% 0.79% -
HSV(B) 269.39º 0.39% 0.98% -
XYZ 52.3 41.64 95.72 -
YUV 177.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 200 152 250 0.2 0.39 0 0.02 269.39 0.91 0.79
Hex C8 98 FA 14 27 0 2 10D 5B 4F
Octal 310 230 372 24 47 0 2 415 133 117
Binary 11001000 10011000 11111010 10100 100111 0 10 100001101 1011011 1001111

Color Harmonies of #C898FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C898FA

Black with #C898FA

Text Example


Text Example

White with #C898FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C898FA; }

 p { color: rgb(200,152,250); }

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

background-color css

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

 a { background-color: rgb(200,152,250); }

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

border-color css

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

 span { border-color: rgb(200,152,250); }

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