Html Css Color HEX #CE92DA Wisteria

📋 copy color: '#CE92DA'

red 206 ◦ green 146 ◦ blue 218

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

Shades of Wisteria #CE92DA

Tints of Wisteria #CE92DA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.61%

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

R = 36.14%
G = 25.61%
B = 38.25%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE92DA (or 0xCE92DA) is known color: Wisteria. HEX triplet: CE, 92 and DA. RGB value is (206,146,218). Sum of RGB (Red+Green+Blue) = 206+146+218=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92DA is #316D25. Grayscale: #ABABAB. Windows color (decimal): -3239206 or 14324430. OLE color: 14324430.

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

Color convert

RGB 206 146 218 -
CMYK 0.06 0.33 0 0.15
HSL 290º 0.49% 0.71% -
HSV(B) 290º 0.33% 0.85% -
XYZ 48.39 38.74 71.26 -
YUV 172.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 206 146 218 0.06 0.33 0 0.15 290 0.49 0.71
Hex CE 92 DA 6 21 0 F 122 31 47
Octal 316 222 332 6 41 0 17 442 61 107
Binary 11001110 10010010 11011010 110 100001 0 1111 100100010 110001 1000111

Color Harmonies of #CE92DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92DA

Black with #CE92DA

Text Example


Text Example

White with #CE92DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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