Html Css Color HEX #CF8ADB Wisteria

📋 copy color: '#CF8ADB'

red 207 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #CF8ADB

Tints of Wisteria #CF8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.47%

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

R = 36.7%
G = 24.47%
B = 38.83%

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

#CF8ADB (or 0xCF8ADB) is known color: Wisteria. HEX triplet: CF, 8A and DB. RGB value is (207,138,219). Sum of RGB (Red+Green+Blue) = 207+138+219=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ADB is #307524. Grayscale: #A7A7A7. Windows color (decimal): -3175717 or 14387919. OLE color: 14387919.

HSL color Cylindrical-coordinate representation of color #CF8ADB: hue angle of 291.11º 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 #CF8ADB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 138 219 -
CMYK 0.05 0.37 0 0.14
HSL 291.11º 0.53% 0.7% -
HSV(B) 291.11º 0.37% 0.86% -
XYZ 47.61 36.56 71.56 -
YUV 167.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 207 138 219 0.05 0.37 0 0.14 291.11 0.53 0.7
Hex CF 8A DB 5 25 0 E 123 35 46
Octal 317 212 333 5 45 0 16 443 65 106
Binary 11001111 10001010 11011011 101 100101 0 1110 100100011 110101 1000110

Color Harmonies of #CF8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8ADB

Black with #CF8ADB

Text Example


Text Example

White with #CF8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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