Html Css Color HEX #CF98DB Wisteria

📋 copy color: '#CF98DB'

red 207 ◦ green 152 ◦ blue 219

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

Shades of Wisteria #CF98DB

Tints of Wisteria #CF98DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.3%

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 35.81%
G = 26.3%
B = 37.89%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF98DB (or 0xCF98DB) is known color: Wisteria. HEX triplet: CF, 98 and DB. RGB value is (207,152,219). Sum of RGB (Red+Green+Blue) = 207+152+219=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98DB is #306724. Grayscale: #AFAFAF. Windows color (decimal): -3172133 or 14391503. OLE color: 14391503.

HSL color Cylindrical-coordinate representation of color #CF98DB: hue angle of 289.25º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF98DB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 152 219 -
CMYK 0.05 0.31 0 0.14
HSL 289.25º 0.48% 0.73% -
HSV(B) 289.25º 0.31% 0.86% -
XYZ 49.75 40.84 72.28 -
YUV 176.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 207 152 219 0.05 0.31 0 0.14 289.25 0.48 0.73
Hex CF 98 DB 5 1F 0 E 121 30 49
Octal 317 230 333 5 37 0 16 441 60 111
Binary 11001111 10011000 11011011 101 11111 0 1110 100100001 110000 1001001

Color Harmonies of #CF98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98DB

Black with #CF98DB

Text Example


Text Example

White with #CF98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98DB; }

 p { color: rgb(207,152,219); }

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

background-color css

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

 a { background-color: rgb(207,152,219); }

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

border-color css

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

 span { border-color: rgb(207,152,219); }

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