Html Css Color HEX #C88FFB Wisteria

📋 copy color: '#C88FFB'

red 200 ◦ green 143 ◦ blue 251

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

Shades of Wisteria #C88FFB

Tints of Wisteria #C88FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.07%

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 33.67%
G = 24.07%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C88FFB (or 0xC88FFB) is known color: Wisteria. HEX triplet: C8, 8F and FB. RGB value is (200,143,251). Sum of RGB (Red+Green+Blue) = 200+143+251=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C88FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FFB is #377004. Grayscale: #ABABAB. Windows color (decimal): -3633157 or 16486344. OLE color: 16486344.

HSL color Cylindrical-coordinate representation of color #C88FFB: hue angle of 271.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88FFB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 143 251 -
CMYK 0.20 0.43 0 0.02
HSL 271.67º 0.93% 0.77% -
HSV(B) 271.67º 0.43% 0.98% -
XYZ 51.05 38.89 96.08 -
YUV 172.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 200 143 251 0.20 0.43 0 0.02 271.67 0.93 0.77
Hex C8 8F FB 14 2B 0 2 110 5D 4D
Octal 310 217 373 24 53 0 2 420 135 115
Binary 11001000 10001111 11111011 10100 101011 0 10 100010000 1011101 1001101

Color Harmonies of #C88FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FFB

Black with #C88FFB

Text Example


Text Example

White with #C88FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FFB; }

 p { color: rgb(200,143,251); }

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

background-color css

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

 a { background-color: rgb(200,143,251); }

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

border-color css

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

 span { border-color: rgb(200,143,251); }

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