Html Css Color HEX #CF98DA Wisteria

📋 copy color: '#CF98DA'

red 207 ◦ green 152 ◦ blue 218

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

Shades of Wisteria #CF98DA

Tints of Wisteria #CF98DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.78%

R = 35.88%
G = 26.34%
B = 37.78%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF98DA (or 0xCF98DA) is known color: Wisteria. HEX triplet: CF, 98 and DA. RGB value is (207,152,218). Sum of RGB (Red+Green+Blue) = 207+152+218=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98DA is #306725. Grayscale: #AFAFAF. Windows color (decimal): -3172134 or 14325967. OLE color: 14325967.

HSL color Cylindrical-coordinate representation of color #CF98DA: hue angle of 290º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF98DA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 152 218 -
CMYK 0.05 0.30 0 0.15
HSL 290º 0.47% 0.73% -
HSV(B) 290º 0.3% 0.85% -
XYZ 49.62 40.78 71.59 -
YUV 175.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 207 152 218 0.05 0.30 0 0.15 290 0.47 0.73
Hex CF 98 DA 5 1E 0 F 122 2F 49
Octal 317 230 332 5 36 0 17 442 57 111
Binary 11001111 10011000 11011010 101 11110 0 1111 100100010 101111 1001001

Color Harmonies of #CF98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98DA

Black with #CF98DA

Text Example


Text Example

White with #CF98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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