Html Css Color HEX #CE8CDA Wisteria

📋 copy color: '#CE8CDA'

red 206 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #CE8CDA

Tints of Wisteria #CE8CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 36.52%
G = 24.82%
B = 38.65%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE8CDA (or 0xCE8CDA) is known color: Wisteria. HEX triplet: CE, 8C and DA. RGB value is (206,140,218). Sum of RGB (Red+Green+Blue) = 206+140+218=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CDA is #317325. Grayscale: #A8A8A8. Windows color (decimal): -3240742 or 14322894. OLE color: 14322894.

HSL color Cylindrical-coordinate representation of color #CE8CDA: hue angle of 290.77º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8CDA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 140 218 -
CMYK 0.06 0.36 0 0.15
HSL 290.77º 0.51% 0.7% -
HSV(B) 290.77º 0.36% 0.85% -
XYZ 47.49 36.94 70.96 -
YUV 168.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 206 140 218 0.06 0.36 0 0.15 290.77 0.51 0.7
Hex CE 8C DA 6 24 0 F 123 33 46
Octal 316 214 332 6 44 0 17 443 63 106
Binary 11001110 10001100 11011010 110 100100 0 1111 100100011 110011 1000110

Color Harmonies of #CE8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CDA

Black with #CE8CDA

Text Example


Text Example

White with #CE8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CDA; }

 p { color: rgb(206,140,218); }

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

background-color css

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

 a { background-color: rgb(206,140,218); }

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

border-color css

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

 span { border-color: rgb(206,140,218); }

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