Html Css Color HEX #C885EB Wisteria

📋 copy color: '#C885EB'

red 200 ◦ green 133 ◦ blue 235

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

Shades of Wisteria #C885EB

Tints of Wisteria #C885EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.42%

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

R = 35.21%
G = 23.42%
B = 41.37%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C885EB (or 0xC885EB) is known color: Wisteria. HEX triplet: C8, 85 and EB. RGB value is (200,133,235). Sum of RGB (Red+Green+Blue) = 200+133+235=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #C885EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885EB is #377A14. Grayscale: #A4A4A4. Windows color (decimal): -3635733 or 15435208. OLE color: 15435208.

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

Color convert

RGB 200 133 235 -
CMYK 0.15 0.43 0 0.08
HSL 279.41º 0.72% 0.72% -
HSV(B) 279.41º 0.43% 0.92% -
XYZ 47.2 35.05 82.88 -
YUV 164.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 200 133 235 0.15 0.43 0 0.08 279.41 0.72 0.72
Hex C8 85 EB F 2B 0 8 117 48 48
Octal 310 205 353 17 53 0 10 427 110 110
Binary 11001000 10000101 11101011 1111 101011 0 1000 100010111 1001000 1001000

Color Harmonies of #C885EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885EB

Black with #C885EB

Text Example


Text Example

White with #C885EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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