Html Css Color HEX #CFA8DA Wisteria

📋 copy color: '#CFA8DA'

red 207 ◦ green 168 ◦ blue 218

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

Shades of Wisteria #CFA8DA

Tints of Wisteria #CFA8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.33%

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

R = 34.91%
G = 28.33%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFA8DA (or 0xCFA8DA) is known color: Wisteria. HEX triplet: CF, A8 and DA. RGB value is (207,168,218). Sum of RGB (Red+Green+Blue) = 207+168+218=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8DA is #305725. Grayscale: #B9B9B9. Windows color (decimal): -3168038 or 14330063. OLE color: 14330063.

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

Color convert

RGB 207 168 218 -
CMYK 0.05 0.23 0 0.15
HSL 286.8º 0.4% 0.76% -
HSV(B) 286.8º 0.23% 0.85% -
XYZ 52.39 46.33 72.51 -
YUV 185.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 207 168 218 0.05 0.23 0 0.15 286.8 0.4 0.76
Hex CF A8 DA 5 17 0 F 11F 28 4C
Octal 317 250 332 5 27 0 17 437 50 114
Binary 11001111 10101000 11011010 101 10111 0 1111 100011111 101000 1001100

Color Harmonies of #CFA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA8DA

Black with #CFA8DA

Text Example


Text Example

White with #CFA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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