Html Css Color HEX #C68DDE Wisteria

📋 copy color: '#C68DDE'

red 198 ◦ green 141 ◦ blue 222

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

Shades of Wisteria #C68DDE

Tints of Wisteria #C68DDE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.13%

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 35.29%
G = 25.13%
B = 39.57%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C68DDE (or 0xC68DDE) is known color: Wisteria. HEX triplet: C6, 8D and DE. RGB value is (198,141,222). Sum of RGB (Red+Green+Blue) = 198+141+222=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #C68DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DDE is #397221. Grayscale: #A7A7A7. Windows color (decimal): -3764770 or 14585286. OLE color: 14585286.

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

Color convert

RGB 198 141 222 -
CMYK 0.11 0.36 0 0.13
HSL 282.22º 0.55% 0.71% -
HSV(B) 282.22º 0.36% 0.87% -
XYZ 46 36.33 73.7 -
YUV 167.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 198 141 222 0.11 0.36 0 0.13 282.22 0.55 0.71
Hex C6 8D DE B 24 0 D 11A 37 47
Octal 306 215 336 13 44 0 15 432 67 107
Binary 11000110 10001101 11011110 1011 100100 0 1101 100011010 110111 1000111

Color Harmonies of #C68DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DDE

Black with #C68DDE

Text Example


Text Example

White with #C68DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DDE; }

 p { color: rgb(198,141,222); }

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

background-color css

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

 a { background-color: rgb(198,141,222); }

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

border-color css

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

 span { border-color: rgb(198,141,222); }

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