Html Css Color HEX #C68CDA Wisteria

📋 copy color: '#C68CDA'

red 198 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #C68CDA

Tints of Wisteria #C68CDA

RGB

 RED value IS 198 (77.73% from 255) = 35.61%

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

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

R = 35.61%
G = 25.18%
B = 39.21%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C68CDA (or 0xC68CDA) is known color: Wisteria. HEX triplet: C6, 8C and DA. RGB value is (198,140,218). Sum of RGB (Red+Green+Blue) = 198+140+218=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #C68CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CDA is #397325. Grayscale: #A5A5A5. Windows color (decimal): -3765030 or 14322886. OLE color: 14322886.

HSL color Cylindrical-coordinate representation of color #C68CDA: hue angle of 284.62º 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 #C68CDA is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 140 218 -
CMYK 0.09 0.36 0 0.15
HSL 284.62º 0.51% 0.7% -
HSV(B) 284.62º 0.36% 0.85% -
XYZ 45.32 35.82 70.86 -
YUV 166.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 198 140 218 0.09 0.36 0 0.15 284.62 0.51 0.7
Hex C6 8C DA 9 24 0 F 11D 33 46
Octal 306 214 332 11 44 0 17 435 63 106
Binary 11000110 10001100 11011010 1001 100100 0 1111 100011101 110011 1000110

Color Harmonies of #C68CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CDA

Black with #C68CDA

Text Example


Text Example

White with #C68CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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