#CF8CF2

Color #CF8CF2 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CF8CF2

Tints of Wisteria #CF8CF2

Color information

#CF8CF2 (or 0xCF8CF2) is unknown color: approx Wisteria. HEX triplet: CF, 8C and F2. RGB value is (207,140,242). Sum of RGB (Red+Green+Blue) = 207+140+242=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF8CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8CF2 is #30730D. Grayscale: #ABABAB. Windows color (decimal): -3175182 or 15895759. OLE color: 15895759.

HSL color Cylindrical-coordinate representation of color #CF8CF2: hue angle of 279.41º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8CF2 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207140242-
CMYK0.140.4200.05
HSL279.41º79.69%74.9%-
HSV(B)279.41º42.15%94.9%-
XYZ51.1438.4388.73-
YUV171.66167.7153.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=35.14%
G=23.77%
B=41.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071402420.140.4200.05279.4179.6974.9
HexCF8CF2E2A05117504b
Octal317214362165205427120113
Binary1100111110001100111100101110101010010110001011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CF2; }

 p { color: rgb(207,140,242); }

 H1.HeaderClassName
 {
   color: #CF8CF2;
 }
 .AnyTagClassName
 {
   color: #CF8CF2;
 }
</style>
background-color css

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

 a { background-color: rgb(207,140,242); }

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

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

 span { border-color: rgb(207,140,242); }

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