Html Css Color HEX #CF9DEB Wisteria

📋 copy color: '#CF9DEB'

red 207 ◦ green 157 ◦ blue 235

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

Shades of Wisteria #CF9DEB

Tints of Wisteria #CF9DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 34.56%
G = 26.21%
B = 39.23%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF9DEB (or 0xCF9DEB) is known color: Wisteria. HEX triplet: CF, 9D and EB. RGB value is (207,157,235). Sum of RGB (Red+Green+Blue) = 207+157+235=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF9DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DEB is #306214. Grayscale: #B4B4B4. Windows color (decimal): -3170837 or 15441359. OLE color: 15441359.

HSL color Cylindrical-coordinate representation of color #CF9DEB: hue angle of 278.46º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9DEB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 157 235 -
CMYK 0.12 0.33 0 0.08
HSL 278.46º 0.66% 0.77% -
HSV(B) 278.46º 0.33% 0.92% -
XYZ 52.78 43.38 84.19 -
YUV 180.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 207 157 235 0.12 0.33 0 0.08 278.46 0.66 0.77
Hex CF 9D EB C 21 0 8 116 42 4D
Octal 317 235 353 14 41 0 10 426 102 115
Binary 11001111 10011101 11101011 1100 100001 0 1000 100010110 1000010 1001101

Color Harmonies of #CF9DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DEB

Black with #CF9DEB

Text Example


Text Example

White with #CF9DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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