Html Css Color HEX #C88AEE Wisteria

📋 copy color: '#C88AEE'

red 200 ◦ green 138 ◦ blue 238

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

Shades of Wisteria #C88AEE

Tints of Wisteria #C88AEE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.96%

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 34.72%
G = 23.96%
B = 41.32%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C88AEE (or 0xC88AEE) is known color: Wisteria. HEX triplet: C8, 8A and EE. RGB value is (200,138,238). Sum of RGB (Red+Green+Blue) = 200+138+238=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #C88AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AEE is #377511. Grayscale: #A7A7A7. Windows color (decimal): -3634450 or 15633096. OLE color: 15633096.

HSL color Cylindrical-coordinate representation of color #C88AEE: hue angle of 277.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C88AEE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 138 238 -
CMYK 0.16 0.42 0 0.07
HSL 277.2º 0.75% 0.74% -
HSV(B) 277.2º 0.42% 0.93% -
XYZ 48.34 36.63 85.41 -
YUV 167.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 200 138 238 0.16 0.42 0 0.07 277.2 0.75 0.74
Hex C8 8A EE 10 2A 0 7 115 4B 4A
Octal 310 212 356 20 52 0 7 425 113 112
Binary 11001000 10001010 11101110 10000 101010 0 111 100010101 1001011 1001010

Color Harmonies of #C88AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AEE

Black with #C88AEE

Text Example


Text Example

White with #C88AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AEE; }

 p { color: rgb(200,138,238); }

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

background-color css

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

 a { background-color: rgb(200,138,238); }

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

border-color css

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

 span { border-color: rgb(200,138,238); }

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