Html Css Color HEX #CF9FE7 Wisteria

📋 copy color: '#CF9FE7'

red 207 ◦ green 159 ◦ blue 231

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

Shades of Wisteria #CF9FE7

Tints of Wisteria #CF9FE7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.63%

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 34.67%
G = 26.63%
B = 38.69%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF9FE7 (or 0xCF9FE7) is known color: Wisteria. HEX triplet: CF, 9F and E7. RGB value is (207,159,231). Sum of RGB (Red+Green+Blue) = 207+159+231=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF9FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FE7 is #306018. Grayscale: #B5B5B5. Windows color (decimal): -3170329 or 15179727. OLE color: 15179727.

HSL color Cylindrical-coordinate representation of color #CF9FE7: hue angle of 280º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF9FE7 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 159 231 -
CMYK 0.10 0.31 0 0.09
HSL 280º 0.6% 0.76% -
HSV(B) 280º 0.31% 0.91% -
XYZ 52.55 43.83 81.29 -
YUV 181.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 207 159 231 0.10 0.31 0 0.09 280 0.6 0.76
Hex CF 9F E7 A 1F 0 9 118 3C 4C
Octal 317 237 347 12 37 0 11 430 74 114
Binary 11001111 10011111 11100111 1010 11111 0 1001 100011000 111100 1001100

Color Harmonies of #CF9FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FE7

Black with #CF9FE7

Text Example


Text Example

White with #CF9FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FE7; }

 p { color: rgb(207,159,231); }

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

background-color css

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

 a { background-color: rgb(207,159,231); }

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

border-color css

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

 span { border-color: rgb(207,159,231); }

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