Html Css Color HEX #CF93DD Wisteria

📋 copy color: '#CF93DD'

red 207 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #CF93DD

Tints of Wisteria #CF93DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 36%
G = 25.57%
B = 38.43%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF93DD (or 0xCF93DD) is known color: Wisteria. HEX triplet: CF, 93 and DD. RGB value is (207,147,221). Sum of RGB (Red+Green+Blue) = 207+147+221=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93DD is #306C22. Grayscale: #ADADAD. Windows color (decimal): -3173411 or 14521295. OLE color: 14521295.

HSL color Cylindrical-coordinate representation of color #CF93DD: hue angle of 288.65º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF93DD is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 147 221 -
CMYK 0.06 0.33 0 0.13
HSL 288.65º 0.52% 0.72% -
HSV(B) 288.65º 0.33% 0.87% -
XYZ 49.22 39.35 73.41 -
YUV 173.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 207 147 221 0.06 0.33 0 0.13 288.65 0.52 0.72
Hex CF 93 DD 6 21 0 D 121 34 48
Octal 317 223 335 6 41 0 15 441 64 110
Binary 11001111 10010011 11011101 110 100001 0 1101 100100001 110100 1001000

Color Harmonies of #CF93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93DD

Black with #CF93DD

Text Example


Text Example

White with #CF93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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