Html Css Color HEX #CF89EE Wisteria

📋 copy color: '#CF89EE'

red 207 ◦ green 137 ◦ blue 238

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

Shades of Wisteria #CF89EE

Tints of Wisteria #CF89EE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.54%

 BLUE value IS 238 (93.36% from 255) = 40.89%

R = 35.57%
G = 23.54%
B = 40.89%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF89EE (or 0xCF89EE) is known color: Wisteria. HEX triplet: CF, 89 and EE. RGB value is (207,137,238). Sum of RGB (Red+Green+Blue) = 207+137+238=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89EE is #307611. Grayscale: #A9A9A9. Windows color (decimal): -3175954 or 15632847. OLE color: 15632847.

HSL color Cylindrical-coordinate representation of color #CF89EE: hue angle of 281.58º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF89EE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 137 238 -
CMYK 0.13 0.42 0 0.07
HSL 281.58º 0.75% 0.74% -
HSV(B) 281.58º 0.42% 0.93% -
XYZ 50.11 37.33 85.45 -
YUV 169.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 207 137 238 0.13 0.42 0 0.07 281.58 0.75 0.74
Hex CF 89 EE D 2A 0 7 11A 4B 4A
Octal 317 211 356 15 52 0 7 432 113 112
Binary 11001111 10001001 11101110 1101 101010 0 111 100011010 1001011 1001010

Color Harmonies of #CF89EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF89EE

Black with #CF89EE

Text Example


Text Example

White with #CF89EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF89EE; }

 p { color: rgb(207,137,238); }

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

background-color css

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

 a { background-color: rgb(207,137,238); }

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

border-color css

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

 span { border-color: rgb(207,137,238); }

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