Html Css Color HEX #C88CEB Wisteria

📋 copy color: '#C88CEB'

red 200 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #C88CEB

Tints of Wisteria #C88CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.35%

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 34.78%
G = 24.35%
B = 40.87%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C88CEB (or 0xC88CEB) is known color: Wisteria. HEX triplet: C8, 8C and EB. RGB value is (200,140,235). Sum of RGB (Red+Green+Blue) = 200+140+235=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C88CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CEB is #377314. Grayscale: #A8A8A8. Windows color (decimal): -3633941 or 15437000. OLE color: 15437000.

HSL color Cylindrical-coordinate representation of color #C88CEB: hue angle of 277.89º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88CEB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 140 235 -
CMYK 0.15 0.40 0 0.08
HSL 277.89º 0.7% 0.74% -
HSV(B) 277.89º 0.4% 0.92% -
XYZ 48.19 37.03 83.21 -
YUV 168.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 200 140 235 0.15 0.40 0 0.08 277.89 0.7 0.74
Hex C8 8C EB F 28 0 8 116 46 4A
Octal 310 214 353 17 50 0 10 426 106 112
Binary 11001000 10001100 11101011 1111 101000 0 1000 100010110 1000110 1001010

Color Harmonies of #C88CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CEB

Black with #C88CEB

Text Example


Text Example

White with #C88CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CEB; }

 p { color: rgb(200,140,235); }

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

background-color css

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

 a { background-color: rgb(200,140,235); }

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

border-color css

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

 span { border-color: rgb(200,140,235); }

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