Html Css Color HEX #CF9DDC Wisteria

📋 copy color: '#CF9DDC'

red 207 ◦ green 157 ◦ blue 220

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

Shades of Wisteria #CF9DDC

Tints of Wisteria #CF9DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.88%

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 35.45%
G = 26.88%
B = 37.67%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF9DDC (or 0xCF9DDC) is known color: Wisteria. HEX triplet: CF, 9D and DC. RGB value is (207,157,220). Sum of RGB (Red+Green+Blue) = 207+157+220=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DDC is #306223. Grayscale: #B2B2B2. Windows color (decimal): -3170852 or 14458319. OLE color: 14458319.

HSL color Cylindrical-coordinate representation of color #CF9DDC: hue angle of 287.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9DDC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 157 220 -
CMYK 0.06 0.29 0 0.14
HSL 287.62º 0.47% 0.74% -
HSV(B) 287.62º 0.29% 0.86% -
XYZ 50.71 42.55 73.25 -
YUV 179.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 207 157 220 0.06 0.29 0 0.14 287.62 0.47 0.74
Hex CF 9D DC 6 1D 0 E 120 2F 4A
Octal 317 235 334 6 35 0 16 440 57 112
Binary 11001111 10011101 11011100 110 11101 0 1110 100100000 101111 1001010

Color Harmonies of #CF9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DDC

Black with #CF9DDC

Text Example


Text Example

White with #CF9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DDC; }

 p { color: rgb(207,157,220); }

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

background-color css

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

 a { background-color: rgb(207,157,220); }

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

border-color css

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

 span { border-color: rgb(207,157,220); }

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