Html Css Color HEX #CF9BDA Wisteria

📋 copy color: '#CF9BDA'

red 207 ◦ green 155 ◦ blue 218

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

Shades of Wisteria #CF9BDA

Tints of Wisteria #CF9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.72%

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

R = 35.69%
G = 26.72%
B = 37.59%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF9BDA (or 0xCF9BDA) is known color: Wisteria. HEX triplet: CF, 9B and DA. RGB value is (207,155,218). Sum of RGB (Red+Green+Blue) = 207+155+218=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BDA is #306425. Grayscale: #B1B1B1. Windows color (decimal): -3171366 or 14326735. OLE color: 14326735.

HSL color Cylindrical-coordinate representation of color #CF9BDA: hue angle of 289.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9BDA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 155 218 -
CMYK 0.05 0.29 0 0.15
HSL 289.52º 0.46% 0.73% -
HSV(B) 289.52º 0.29% 0.85% -
XYZ 50.11 41.77 71.75 -
YUV 177.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 207 155 218 0.05 0.29 0 0.15 289.52 0.46 0.73
Hex CF 9B DA 5 1D 0 F 122 2E 49
Octal 317 233 332 5 35 0 17 442 56 111
Binary 11001111 10011011 11011010 101 11101 0 1111 100100010 101110 1001001

Color Harmonies of #CF9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BDA

Black with #CF9BDA

Text Example


Text Example

White with #CF9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BDA; }

 p { color: rgb(207,155,218); }

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

background-color css

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

 a { background-color: rgb(207,155,218); }

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

border-color css

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

 span { border-color: rgb(207,155,218); }

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