Html Css Color HEX #CF8EDD Wisteria

📋 copy color: '#CF8EDD'

red 207 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #CF8EDD

Tints of Wisteria #CF8EDD

RGB

 RED value IS 207 (81.25% from 255) = 36.32%

 GREEN value IS 142 (55.86% from 255) = 24.91%

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 36.32%
G = 24.91%
B = 38.77%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF8EDD (or 0xCF8EDD) is known color: Wisteria. HEX triplet: CF, 8E and DD. RGB value is (207,142,221). Sum of RGB (Red+Green+Blue) = 207+142+221=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8EDD is #307122. Grayscale: #AAAAAA. Windows color (decimal): -3174691 or 14520015. OLE color: 14520015.

HSL color Cylindrical-coordinate representation of color #CF8EDD: hue angle of 289.37º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8EDD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 142 221 -
CMYK 0.06 0.36 0 0.13
HSL 289.37º 0.54% 0.71% -
HSV(B) 289.37º 0.36% 0.87% -
XYZ 48.46 37.83 73.15 -
YUV 170.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 207 142 221 0.06 0.36 0 0.13 289.37 0.54 0.71
Hex CF 8E DD 6 24 0 D 121 36 47
Octal 317 216 335 6 44 0 15 441 66 107
Binary 11001111 10001110 11011101 110 100100 0 1101 100100001 110110 1000111

Color Harmonies of #CF8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8EDD

Black with #CF8EDD

Text Example


Text Example

White with #CF8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8EDD; }

 p { color: rgb(207,142,221); }

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

background-color css

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

 a { background-color: rgb(207,142,221); }

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

border-color css

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

 span { border-color: rgb(207,142,221); }

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