Html Css Color HEX #CE85EA Wisteria

📋 copy color: '#CE85EA'

red 206 ◦ green 133 ◦ blue 234

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

Shades of Wisteria #CE85EA

Tints of Wisteria #CE85EA

RGB

 RED value IS 206 (80.86% from 255) = 35.95%

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

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 35.95%
G = 23.21%
B = 40.84%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE85EA (or 0xCE85EA) is known color: Wisteria. HEX triplet: CE, 85 and EA. RGB value is (206,133,234). Sum of RGB (Red+Green+Blue) = 206+133+234=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85EA is #317A15. Grayscale: #A6A6A6. Windows color (decimal): -3242518 or 15369678. OLE color: 15369678.

HSL color Cylindrical-coordinate representation of color #CE85EA: hue angle of 283.37º degrees, saturation: 0.71, 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 #CE85EA is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 133 234 -
CMYK 0.12 0.43 0 0.08
HSL 283.37º 0.71% 0.72% -
HSV(B) 283.37º 0.43% 0.92% -
XYZ 48.69 35.84 82.19 -
YUV 166.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 206 133 234 0.12 0.43 0 0.08 283.37 0.71 0.72
Hex CE 85 EA C 2B 0 8 11B 47 48
Octal 316 205 352 14 53 0 10 433 107 110
Binary 11001110 10000101 11101010 1100 101011 0 1000 100011011 1000111 1001000

Color Harmonies of #CE85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85EA

Black with #CE85EA

Text Example


Text Example

White with #CE85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85EA; }

 p { color: rgb(206,133,234); }

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

background-color css

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

 a { background-color: rgb(206,133,234); }

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

border-color css

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

 span { border-color: rgb(206,133,234); }

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