Html Css Color HEX #CC8CDA Wisteria

📋 copy color: '#CC8CDA'

red 204 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #CC8CDA

Tints of Wisteria #CC8CDA

RGB

 RED value IS 204 (80.08% from 255) = 36.3%

 GREEN value IS 140 (55.08% from 255) = 24.91%

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

R = 36.3%
G = 24.91%
B = 38.79%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC8CDA (or 0xCC8CDA) is known color: Wisteria. HEX triplet: CC, 8C and DA. RGB value is (204,140,218). Sum of RGB (Red+Green+Blue) = 204+140+218=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CDA is #337325. Grayscale: #A7A7A7. Windows color (decimal): -3371814 or 14322892. OLE color: 14322892.

HSL color Cylindrical-coordinate representation of color #CC8CDA: hue angle of 289.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8CDA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 140 218 -
CMYK 0.06 0.36 0 0.15
HSL 289.23º 0.51% 0.7% -
HSV(B) 289.23º 0.36% 0.85% -
XYZ 46.93 36.66 70.93 -
YUV 168.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 204 140 218 0.06 0.36 0 0.15 289.23 0.51 0.7
Hex CC 8C DA 6 24 0 F 121 33 46
Octal 314 214 332 6 44 0 17 441 63 106
Binary 11001100 10001100 11011010 110 100100 0 1111 100100001 110011 1000110

Color Harmonies of #CC8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CDA

Black with #CC8CDA

Text Example


Text Example

White with #CC8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CDA; }

 p { color: rgb(204,140,218); }

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

background-color css

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

 a { background-color: rgb(204,140,218); }

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

border-color css

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

 span { border-color: rgb(204,140,218); }

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