Html Css Color HEX #CF8ADD Wisteria

📋 copy color: '#CF8ADD'

red 207 ◦ green 138 ◦ blue 221

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

Shades of Wisteria #CF8ADD

Tints of Wisteria #CF8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.38%

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

R = 36.57%
G = 24.38%
B = 39.05%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF8ADD (or 0xCF8ADD) is known color: Wisteria. HEX triplet: CF, 8A and DD. RGB value is (207,138,221). Sum of RGB (Red+Green+Blue) = 207+138+221=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ADD is #307522. Grayscale: #A7A7A7. Windows color (decimal): -3175715 or 14518991. OLE color: 14518991.

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

Color convert

RGB 207 138 221 -
CMYK 0.06 0.38 0 0.13
HSL 289.88º 0.55% 0.7% -
HSV(B) 289.88º 0.38% 0.87% -
XYZ 47.87 36.66 72.96 -
YUV 168.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 207 138 221 0.06 0.38 0 0.13 289.88 0.55 0.7
Hex CF 8A DD 6 26 0 D 122 37 46
Octal 317 212 335 6 46 0 15 442 67 106
Binary 11001111 10001010 11011101 110 100110 0 1101 100100010 110111 1000110

Color Harmonies of #CF8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8ADD

Black with #CF8ADD

Text Example


Text Example

White with #CF8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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