Html Css Color HEX #CF93EE Wisteria

📋 copy color: '#CF93EE'

red 207 ◦ green 147 ◦ blue 238

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

Shades of Wisteria #CF93EE

Tints of Wisteria #CF93EE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.83%

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

R = 34.97%
G = 24.83%
B = 40.2%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF93EE (or 0xCF93EE) is known color: Wisteria. HEX triplet: CF, 93 and EE. RGB value is (207,147,238). Sum of RGB (Red+Green+Blue) = 207+147+238=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93EE is #306C11. Grayscale: #AFAFAF. Windows color (decimal): -3173394 or 15635407. OLE color: 15635407.

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

Color convert

RGB 207 147 238 -
CMYK 0.13 0.38 0 0.07
HSL 279.56º 0.73% 0.75% -
HSV(B) 279.56º 0.38% 0.93% -
XYZ 51.6 40.31 85.95 -
YUV 175.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 207 147 238 0.13 0.38 0 0.07 279.56 0.73 0.75
Hex CF 93 EE D 26 0 7 118 49 4B
Octal 317 223 356 15 46 0 7 430 111 113
Binary 11001111 10010011 11101110 1101 100110 0 111 100011000 1001001 1001011

Color Harmonies of #CF93EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93EE

Black with #CF93EE

Text Example


Text Example

White with #CF93EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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