Html Css Color HEX #CF98E5 Wisteria

📋 copy color: '#CF98E5'

red 207 ◦ green 152 ◦ blue 229

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

Shades of Wisteria #CF98E5

Tints of Wisteria #CF98E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.95%

R = 35.2%
G = 25.85%
B = 38.95%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF98E5 (or 0xCF98E5) is known color: Wisteria. HEX triplet: CF, 98 and E5. RGB value is (207,152,229). Sum of RGB (Red+Green+Blue) = 207+152+229=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF98E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98E5 is #30671A. Grayscale: #B0B0B0. Windows color (decimal): -3172123 or 15046863. OLE color: 15046863.

HSL color Cylindrical-coordinate representation of color #CF98E5: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF98E5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 152 229 -
CMYK 0.10 0.34 0 0.10
HSL 282.86º 0.6% 0.75% -
HSV(B) 282.86º 0.34% 0.9% -
XYZ 51.1 41.38 79.42 -
YUV 177.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 207 152 229 0.10 0.34 0 0.10 282.86 0.6 0.75
Hex CF 98 E5 A 22 0 A 11B 3C 4B
Octal 317 230 345 12 42 0 12 433 74 113
Binary 11001111 10011000 11100101 1010 100010 0 1010 100011011 111100 1001011

Color Harmonies of #CF98E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98E5

Black with #CF98E5

Text Example


Text Example

White with #CF98E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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