Html Css Color HEX #CF93DB Wisteria

📋 copy color: '#CF93DB'

red 207 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #CF93DB

Tints of Wisteria #CF93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 36.13%
G = 25.65%
B = 38.22%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF93DB (or 0xCF93DB) is known color: Wisteria. HEX triplet: CF, 93 and DB. RGB value is (207,147,219). Sum of RGB (Red+Green+Blue) = 207+147+219=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93DB is #306C24. Grayscale: #ACACAC. Windows color (decimal): -3173413 or 14390223. OLE color: 14390223.

HSL color Cylindrical-coordinate representation of color #CF93DB: hue angle of 290º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF93DB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 147 219 -
CMYK 0.05 0.33 0 0.14
HSL 290º 0.5% 0.72% -
HSV(B) 290º 0.33% 0.86% -
XYZ 48.95 39.25 72.01 -
YUV 173.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 207 147 219 0.05 0.33 0 0.14 290 0.5 0.72
Hex CF 93 DB 5 21 0 E 122 32 48
Octal 317 223 333 5 41 0 16 442 62 110
Binary 11001111 10010011 11011011 101 100001 0 1110 100100010 110010 1001000

Color Harmonies of #CF93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93DB

Black with #CF93DB

Text Example


Text Example

White with #CF93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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