Html Css Color HEX #CF93DC Wisteria

📋 copy color: '#CF93DC'

red 207 ◦ green 147 ◦ blue 220

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

Shades of Wisteria #CF93DC

Tints of Wisteria #CF93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 36.06%
G = 25.61%
B = 38.33%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF93DC (or 0xCF93DC) is known color: Wisteria. HEX triplet: CF, 93 and DC. RGB value is (207,147,220). Sum of RGB (Red+Green+Blue) = 207+147+220=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93DC is #306C23. Grayscale: #ADADAD. Windows color (decimal): -3173412 or 14455759. OLE color: 14455759.

HSL color Cylindrical-coordinate representation of color #CF93DC: hue angle of 289.32º degrees, saturation: 0.51, 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 #CF93DC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 147 220 -
CMYK 0.06 0.33 0 0.14
HSL 289.32º 0.51% 0.72% -
HSV(B) 289.32º 0.33% 0.86% -
XYZ 49.08 39.3 72.71 -
YUV 173.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 207 147 220 0.06 0.33 0 0.14 289.32 0.51 0.72
Hex CF 93 DC 6 21 0 E 121 33 48
Octal 317 223 334 6 41 0 16 441 63 110
Binary 11001111 10010011 11011100 110 100001 0 1110 100100001 110011 1001000

Color Harmonies of #CF93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93DC

Black with #CF93DC

Text Example


Text Example

White with #CF93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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