Html Css Color HEX #C88FFD Wisteria

📋 copy color: '#C88FFD'

red 200 ◦ green 143 ◦ blue 253

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

Shades of Wisteria #C88FFD

Tints of Wisteria #C88FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 33.56%
G = 23.99%
B = 42.45%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C88FFD (or 0xC88FFD) is known color: Wisteria. HEX triplet: C8, 8F and FD. RGB value is (200,143,253). Sum of RGB (Red+Green+Blue) = 200+143+253=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #C88FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FFD is #377002. Grayscale: #ACACAC. Windows color (decimal): -3633155 or 16617416. OLE color: 16617416.

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

Color convert

RGB 200 143 253 -
CMYK 0.21 0.43 0 0.01
HSL 271.09º 0.96% 0.78% -
HSV(B) 271.09º 0.43% 0.99% -
XYZ 51.37 39.02 97.75 -
YUV 172.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 200 143 253 0.21 0.43 0 0.01 271.09 0.96 0.78
Hex C8 8F FD 15 2B 0 1 10F 60 4E
Octal 310 217 375 25 53 0 1 417 140 116
Binary 11001000 10001111 11111101 10101 101011 0 1 100001111 1100000 1001110

Color Harmonies of #C88FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FFD

Black with #C88FFD

Text Example


Text Example

White with #C88FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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