Html Css Color HEX #CF9EDC Wisteria

📋 copy color: '#CF9EDC'

red 207 ◦ green 158 ◦ blue 220

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

Shades of Wisteria #CF9EDC

Tints of Wisteria #CF9EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.01%

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

R = 35.38%
G = 27.01%
B = 37.61%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF9EDC (or 0xCF9EDC) is known color: Wisteria. HEX triplet: CF, 9E and DC. RGB value is (207,158,220). Sum of RGB (Red+Green+Blue) = 207+158+220=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EDC is #306123. Grayscale: #B3B3B3. Windows color (decimal): -3170596 or 14458575. OLE color: 14458575.

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

Color convert

RGB 207 158 220 -
CMYK 0.06 0.28 0 0.14
HSL 287.42º 0.47% 0.74% -
HSV(B) 287.42º 0.28% 0.86% -
XYZ 50.88 42.89 73.31 -
YUV 179.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 207 158 220 0.06 0.28 0 0.14 287.42 0.47 0.74
Hex CF 9E DC 6 1C 0 E 11F 2F 4A
Octal 317 236 334 6 34 0 16 437 57 112
Binary 11001111 10011110 11011100 110 11100 0 1110 100011111 101111 1001010

Color Harmonies of #CF9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EDC

Black with #CF9EDC

Text Example


Text Example

White with #CF9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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