Html Css Color HEX #C68CDE Wisteria

📋 copy color: '#C68CDE'

red 198 ◦ green 140 ◦ blue 222

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

Shades of Wisteria #C68CDE

Tints of Wisteria #C68CDE

RGB

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

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

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

R = 35.36%
G = 25%
B = 39.64%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C68CDE (or 0xC68CDE) is known color: Wisteria. HEX triplet: C6, 8C and DE. RGB value is (198,140,222). Sum of RGB (Red+Green+Blue) = 198+140+222=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #C68CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CDE is #397321. Grayscale: #A6A6A6. Windows color (decimal): -3765026 or 14585030. OLE color: 14585030.

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

Color convert

RGB 198 140 222 -
CMYK 0.11 0.37 0 0.13
HSL 282.44º 0.55% 0.71% -
HSV(B) 282.44º 0.37% 0.87% -
XYZ 45.85 36.04 73.65 -
YUV 166.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 198 140 222 0.11 0.37 0 0.13 282.44 0.55 0.71
Hex C6 8C DE B 25 0 D 11A 37 47
Octal 306 214 336 13 45 0 15 432 67 107
Binary 11000110 10001100 11011110 1011 100101 0 1101 100011010 110111 1000111

Color Harmonies of #C68CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CDE

Black with #C68CDE

Text Example


Text Example

White with #C68CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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