Html Css Color HEX #CFA8E4 Wisteria

📋 copy color: '#CFA8E4'

red 207 ◦ green 168 ◦ blue 228

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

Shades of Wisteria #CFA8E4

Tints of Wisteria #CFA8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.81%

R = 34.33%
G = 27.86%
B = 37.81%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFA8E4 (or 0xCFA8E4) is known color: Wisteria. HEX triplet: CF, A8 and E4. RGB value is (207,168,228). Sum of RGB (Red+Green+Blue) = 207+168+228=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFA8E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8E4 is #30571B. Grayscale: #BABABA. Windows color (decimal): -3168028 or 14985423. OLE color: 14985423.

HSL color Cylindrical-coordinate representation of color #CFA8E4: hue angle of 279º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA8E4 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 168 228 -
CMYK 0.09 0.26 0 0.11
HSL 279º 0.53% 0.78% -
HSV(B) 279º 0.26% 0.89% -
XYZ 53.74 46.87 79.61 -
YUV 186.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 207 168 228 0.09 0.26 0 0.11 279 0.53 0.78
Hex CF A8 E4 9 1A 0 B 117 35 4E
Octal 317 250 344 11 32 0 13 427 65 116
Binary 11001111 10101000 11100100 1001 11010 0 1011 100010111 110101 1001110

Color Harmonies of #CFA8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA8E4

Black with #CFA8E4

Text Example


Text Example

White with #CFA8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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