Html Css Color HEX #CF8BDB Wisteria

📋 copy color: '#CF8BDB'

red 207 ◦ green 139 ◦ blue 219

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

Shades of Wisteria #CF8BDB

Tints of Wisteria #CF8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.6%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 36.64%
G = 24.6%
B = 38.76%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF8BDB (or 0xCF8BDB) is known color: Wisteria. HEX triplet: CF, 8B and DB. RGB value is (207,139,219). Sum of RGB (Red+Green+Blue) = 207+139+219=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BDB is #307424. Grayscale: #A8A8A8. Windows color (decimal): -3175461 or 14388175. OLE color: 14388175.

HSL color Cylindrical-coordinate representation of color #CF8BDB: hue angle of 291º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8BDB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 139 219 -
CMYK 0.05 0.37 0 0.14
HSL 291º 0.53% 0.7% -
HSV(B) 291º 0.37% 0.86% -
XYZ 47.75 36.85 71.61 -
YUV 168.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 207 139 219 0.05 0.37 0 0.14 291 0.53 0.7
Hex CF 8B DB 5 25 0 E 123 35 46
Octal 317 213 333 5 45 0 16 443 65 106
Binary 11001111 10001011 11011011 101 100101 0 1110 100100011 110101 1000110

Color Harmonies of #CF8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8BDB

Black with #CF8BDB

Text Example


Text Example

White with #CF8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8BDB; }

 p { color: rgb(207,139,219); }

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

background-color css

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

 a { background-color: rgb(207,139,219); }

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

border-color css

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

 span { border-color: rgb(207,139,219); }

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