Html Css Color HEX #CF93DA Wisteria

📋 copy color: '#CF93DA'

red 207 ◦ green 147 ◦ blue 218

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

Shades of Wisteria #CF93DA

Tints of Wisteria #CF93DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 36.19%
G = 25.7%
B = 38.11%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF93DA (or 0xCF93DA) is known color: Wisteria. HEX triplet: CF, 93 and DA. RGB value is (207,147,218). Sum of RGB (Red+Green+Blue) = 207+147+218=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93DA is #306C25. Grayscale: #ACACAC. Windows color (decimal): -3173414 or 14324687. OLE color: 14324687.

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

Color convert

RGB 207 147 218 -
CMYK 0.05 0.33 0 0.15
HSL 290.7º 0.49% 0.72% -
HSV(B) 290.7º 0.33% 0.85% -
XYZ 48.82 39.19 71.32 -
YUV 173.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 207 147 218 0.05 0.33 0 0.15 290.7 0.49 0.72
Hex CF 93 DA 5 21 0 F 123 31 48
Octal 317 223 332 5 41 0 17 443 61 110
Binary 11001111 10010011 11011010 101 100001 0 1111 100100011 110001 1001000

Color Harmonies of #CF93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93DA

Black with #CF93DA

Text Example


Text Example

White with #CF93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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