Html Css Color HEX #CF9BEB Wisteria

📋 copy color: '#CF9BEB'

red 207 ◦ green 155 ◦ blue 235

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

Shades of Wisteria #CF9BEB

Tints of Wisteria #CF9BEB

RGB

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

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

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

R = 34.67%
G = 25.96%
B = 39.36%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF9BEB (or 0xCF9BEB) is known color: Wisteria. HEX triplet: CF, 9B and EB. RGB value is (207,155,235). Sum of RGB (Red+Green+Blue) = 207+155+235=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BEB is #306414. Grayscale: #B3B3B3. Windows color (decimal): -3171349 or 15440847. OLE color: 15440847.

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

Color convert

RGB 207 155 235 -
CMYK 0.12 0.34 0 0.08
HSL 279º 0.67% 0.76% -
HSV(B) 279º 0.34% 0.92% -
XYZ 52.45 42.71 84.08 -
YUV 179.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 207 155 235 0.12 0.34 0 0.08 279 0.67 0.76
Hex CF 9B EB C 22 0 8 117 43 4C
Octal 317 233 353 14 42 0 10 427 103 114
Binary 11001111 10011011 11101011 1100 100010 0 1000 100010111 1000011 1001100

Color Harmonies of #CF9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BEB

Black with #CF9BEB

Text Example


Text Example

White with #CF9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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